public class CalculateException extends PException implements PMessage<CalculateException>, Serializable, Comparable<CalculateException>, android.os.Parcelable
| Modifier and Type | Class and Description |
|---|---|
static class |
CalculateException._Builder |
static class |
CalculateException._Field |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<CalculateException> |
CREATOR |
static PExceptionDescriptor<CalculateException,CalculateException._Field> |
kDescriptor |
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static CalculateException._Builder |
builder() |
int |
compareTo(CalculateException other) |
int |
describeContents() |
PExceptionDescriptor<CalculateException,CalculateException._Field> |
descriptor() |
boolean |
equals(Object o) |
Object |
get(int key) |
String |
getMessage() |
Operation |
getOperation() |
boolean |
has(int key) |
int |
hashCode() |
boolean |
hasMessage() |
boolean |
hasOperation() |
boolean |
isCompact() |
boolean |
isSimple() |
CalculateException._Builder |
mutate() |
int |
num(int key) |
static PExceptionDescriptorProvider<CalculateException,CalculateException._Field> |
provider() |
String |
toString() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
origGetLocalizedMessage, origGetMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final PExceptionDescriptor<CalculateException,CalculateException._Field> kDescriptor
public static final android.os.Parcelable.Creator<CalculateException> CREATOR
public boolean hasMessage()
public String getMessage()
getMessage in class Throwablepublic boolean hasOperation()
public Operation getOperation()
public boolean has(int key)
has in interface PMessage<CalculateException>public int num(int key)
num in interface PMessage<CalculateException>public Object get(int key)
get in interface PMessage<CalculateException>public boolean isCompact()
isCompact in interface PMessage<CalculateException>public boolean isSimple()
isSimple in interface PMessage<CalculateException>public String asString()
asString in interface PMessage<CalculateException>public int compareTo(CalculateException other)
compareTo in interface Comparable<CalculateException>public static PExceptionDescriptorProvider<CalculateException,CalculateException._Field> provider()
public PExceptionDescriptor<CalculateException,CalculateException._Field> descriptor()
descriptor in interface PMessage<CalculateException>descriptor in interface PValue<CalculateException>public int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelablepublic CalculateException._Builder mutate()
mutate in interface PMessage<CalculateException>public static CalculateException._Builder builder()
Copyright © 2016. All rights reserved.