|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.tivoli.twg.engine.slp.OpaqueFormatException
Thrown to indicate that the application has attempted to convert a string to an opaque object, but that the string does not have the appropriate format.
Constructor Summary | |
---|---|
OpaqueFormatException()
Constructs an OpaqueFormatException with no specified detail message. |
|
OpaqueFormatException(java.lang.String message)
Constructs an OpaqueFormatException with the specified detail message. |
|
OpaqueFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs an OpaqueFormatException with the specified detail message and 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OpaqueFormatException()
OpaqueFormatException
with no specified detail message.
public OpaqueFormatException(java.lang.String message)
OpaqueFormatException
with the specified detail message.
public OpaqueFormatException(java.lang.String message, java.lang.Throwable cause)
OpaqueFormatException
with the specified detail message and cause.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |