public class CException extends Exception implements PMessage<CException,CField>
| Modifier and Type | Class and Description |
|---|---|
static class |
CException.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
boolean |
compact() |
int |
compareTo(CException other) |
CExceptionDescriptor |
descriptor() |
boolean |
equals(Object o) |
Object |
get(int key) |
boolean |
has(int key) |
int |
hashCode() |
PMessageBuilder<CException,CField> |
mutate() |
int |
num(int key) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic boolean has(int key)
has in interface PMessage<CException,CField>public int num(int key)
num in interface PMessage<CException,CField>public Object get(int key)
get in interface PMessage<CException,CField>public boolean compact()
compact in interface PMessage<CException,CField>public int compareTo(CException other)
compareTo in interface Comparable<CException>public String asString()
asString in interface PMessage<CException,CField>asString in interface net.morimekta.util.Stringablepublic PMessageBuilder<CException,CField> mutate()
mutate in interface PMessage<CException,CField>public CExceptionDescriptor descriptor()
descriptor in interface PMessage<CException,CField>descriptor in interface PValue<CException>Copyright © 2015–2017 morimekta.net. All rights reserved.