com.jadeworld.jade
Class JadeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jadeworld.jade.Exception
com.jadeworld.jade.JomException
com.jadeworld.jade.JadeException
- All Implemented Interfaces:
- java.io.Serializable
public class JadeException
- extends JomException
Represents an exception raised in JADE code and returned to Java.
- See Also:
- Serialized Form
|
Constructor Summary |
JadeException(java.lang.String errorText,
char category,
boolean continuable,
int errorCode,
java.lang.String errorItem,
java.lang.Object errorObject,
java.lang.String extendedErrorText,
byte kind,
int level,
int remoteErrorCode,
java.lang.String remoteErrorText,
boolean resumable)
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JadeException
public JadeException(java.lang.String errorText,
char category,
boolean continuable,
int errorCode,
java.lang.String errorItem,
java.lang.Object errorObject,
java.lang.String extendedErrorText,
byte kind,
int level,
int remoteErrorCode,
java.lang.String remoteErrorText,
boolean resumable)
toString
public java.lang.String toString()
- Overrides:
toString in class JomException
getCategory
public char getCategory()
isContinuable
public boolean isContinuable()
getErrorItem
public java.lang.String getErrorItem()
getErrorObject
public java.lang.Object getErrorObject()
getExtendedErrorText
public java.lang.String getExtendedErrorText()
getKind
public byte getKind()
getLevel
public int getLevel()
getRemoteErrorCode
public int getRemoteErrorCode()
getRemoteErrorText
public java.lang.String getRemoteErrorText()
isResumable
public boolean isResumable()
Copyright © 2007 Jade Software Corporation