|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
js.dev.cam.sbig.JSbigException
public class JSbigException
This class which manages all exceptions.
Constructor Summary | |
---|---|
JSbigException(ERROR error)
Constructor. |
Method Summary | |
---|---|
ERROR |
getError()
|
static long |
getSerialVersionUID()
|
void |
setError(ERROR error)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JSbigException(ERROR error)
error
- the error to set.Method Detail |
---|
public static long getSerialVersionUID()
public ERROR getError()
public void setError(ERROR error)
error
- the error to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |