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() |
PMessageBuilder<CException,CField> |
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 PMessageBuilder<CException,CField> mutate()
mutate in interface PMessage<CException,CField>@Nonnull public CExceptionDescriptor descriptor()
descriptor in interface PMessage<CException,CField>descriptor in interface PValue<CException>Copyright © 2015–2018 morimekta.net. All rights reserved.