|
|||||||||||
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.AttributeFormatException
Signals that an error occurred while attempting to parse a SLP attribute.
Constructor Summary | |
---|---|
AttributeFormatException()
Constructs an AttributeFormatException with no specified detail message. |
|
AttributeFormatException(java.lang.String message)
Constructs an AttributeFormatException with the specified detail message. |
|
AttributeFormatException(java.lang.String message,
java.lang.Throwable cause)
Constructs an AttributeFormatException 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 AttributeFormatException()
AttributeFormatException
with no specified detail message.
public AttributeFormatException(java.lang.String message)
AttributeFormatException
with the specified detail message.
public AttributeFormatException(java.lang.String message, java.lang.Throwable cause)
AttributeFormatException
with the specified detail message and cause.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |