|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
es.prodevelop.gvsig.mobile.common.GvsigMobileException
Exception thrown in gvSIGMobile
Constructor Summary | |
GvsigMobileException()
Default constructor |
|
GvsigMobileException(int errorCode)
Creates a new exception from a gvSIGMobile error code passed as a parameter It generates an error string with the error code and the corresponding error description appended |
|
GvsigMobileException(int errorCode,
java.lang.String message)
Creates a new exception from a gvSIGMobile error code passed as a parameter and a text description It generates an error string with the error code, the corresponding error description appended and the text message passed as a parameter |
|
GvsigMobileException(java.lang.String message)
Creates a new exception with the message passed as a parameter |
|
GvsigMobileException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with a message and the detail of the cause |
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 GvsigMobileException()
public GvsigMobileException(int errorCode)
errorCode
- Error Code (as defined in gvSIGMobile GvsigMobileGUIConstants class)public GvsigMobileException(int errorCode, java.lang.String message)
errorCode
- Error Code (as defined in gvSIGMobile GvsigMobileGUIConstants class)message
- Additional error description to be generatedpublic GvsigMobileException(java.lang.String message)
message
- Text of the message for the exceptionpublic GvsigMobileException(java.lang.String message, java.lang.Throwable cause)
message
- Text of the message for the exceptioncause
- Cause of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |