Inheritance diagram for org.openmobileis.common.util.exception.BadDataFormatException:
Definition at line 40 of file BadDataFormatException.java.
Public Member Functions | |
BadDataFormatException () | |
BadDataFormatException (int priority) | |
BadDataFormatException (String msg, Throwable t) | |
BadDataFormatException (String msg, Throwable t, int priority) | |
BadDataFormatException (String msg) | |
BadDataFormatException (String msg, int priority) | |
BadDataFormatException (Throwable t) | |
BadDataFormatException (Throwable t, int priority) | |
int | getService () |
return the default service id : LogServices.DEFAULTSERVICE | |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |
int org.openmobileis.common.util.exception.BadDataFormatException.getService | ( | ) | [virtual] |
return the default service id : LogServices.DEFAULTSERVICE
Reimplemented from org.openmobileis.common.util.exception.DefaultException.
Definition at line 75 of file BadDataFormatException.java.