|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.interfaceware.chameleon.ChameleonException
public class ChameleonException
This class handles Chameleon exceptions. This is the standard exception object thrown by methods in the classes in this package.
Constructor Summary | |
---|---|
ChameleonException(long Handle)
Construct an exception from a handle. |
|
ChameleonException(java.lang.String Message)
Construct an exception from a String. |
Method Summary | |
---|---|
int |
countOfParameter()
Get the number of parameters. |
protected void |
finalize()
|
java.lang.String |
getMessage()
Return the exception message. |
java.lang.String |
getParameter(java.lang.String Key)
Get the value of an exception parameter. |
java.lang.String |
getParameterKey(int Index)
Get the parameter key by index. |
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, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChameleonException(long Handle) throws ChameleonException
ChameleonException
public ChameleonException(java.lang.String Message) throws ChameleonException
ChameleonException
Method Detail |
---|
protected void finalize() throws ChameleonException
finalize
in class java.lang.Object
ChameleonException
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getParameter(java.lang.String Key)
countOfParameter
and
getParameterKey
this can be used to enumerate all
exception parameters.
public int countOfParameter()
getParameterKey
and getParameter
this can be used to enumerate all exception parameters.
public java.lang.String getParameterKey(int Index)
countOfParameter
and getParameter
this can be used to enumerate all exception parameters.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |