|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.vgrs.xcode.util.XcodeException
public class XcodeException
This object implements all error conditions from the IDN SDK.
| Constructor Summary | |
|---|---|
XcodeException(int code,
java.lang.String message)
Construct a xcode exception with an error code and detailed message |
|
XcodeException(int code,
java.lang.String message,
java.lang.Throwable parent)
Construct a xcode exception with an error code, and chaining the supplied XcodeExcpetion and a Throwable object detail message. |
|
XcodeException(XcodeException x,
java.lang.String message)
Construct a xcode exception chaining the supplied XcodeExcpetion and detail message. |
|
XcodeException(XcodeException x,
java.lang.Throwable parent)
Construct a xcode exception chaining the supplied XcodeExcpetion and another Throwable object. |
|
| Method Summary | |
|---|---|
int |
getCode()
Obtain error code of this XcodeExcpetion |
java.lang.String |
getMessage()
Obtain detailed message of this XcodeExcpetion |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XcodeException(int code,
java.lang.String message)
code - an error codemessage - detailed message
public XcodeException(XcodeException x,
java.lang.Throwable parent)
x - a XcodeException objectparent - a Throwable object
public XcodeException(XcodeException x,
java.lang.String message)
x - a XcodeException objectmessage - detailed message
public XcodeException(int code,
java.lang.String message,
java.lang.Throwable parent)
code - An XcodeException objectmessage - A detailed messageparent - A Throwable object| Method Detail |
|---|
public int getCode()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||