public class CException extends Exception implements CMessage<CException>
| Modifier and Type | Class and Description |
|---|---|
static class |
CException.Builder |
| Modifier and Type | Method and Description |
|---|---|
CExceptionDescriptor |
descriptor() |
boolean |
equals(Object o) |
int |
hashCode() |
net.morimekta.providence.PMessageBuilder<CException> |
mutate() |
String |
toString() |
Map<Integer,Object> |
values()
Method to access all values in the message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic Map<Integer,Object> values()
CMessagevalues in interface CMessage<CException>@Nonnull public net.morimekta.providence.PMessageBuilder<CException> mutate()
mutate in interface net.morimekta.providence.PMessage<CException>@Nonnull public CExceptionDescriptor descriptor()
descriptor in interface net.morimekta.providence.PMessageOrBuilder<CException>descriptor in interface net.morimekta.providence.PValue<CException>Copyright © 2015–2020 morimekta.net. All rights reserved.