com.tivoli.twg.engine.slp
Class AttributeFormatException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.IllegalArgumentException
                  extended bycom.tivoli.twg.engine.slp.AttributeFormatException
All Implemented Interfaces:
java.io.Serializable

public class AttributeFormatException
extends java.lang.IllegalArgumentException

Signals that an error occurred while attempting to parse a SLP attribute.

See Also:
Serialized Form

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

AttributeFormatException

public AttributeFormatException()
Constructs an AttributeFormatException with no specified detail message.


AttributeFormatException

public AttributeFormatException(java.lang.String message)
Constructs an AttributeFormatException with the specified detail message.


AttributeFormatException

public AttributeFormatException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs an AttributeFormatException with the specified detail message and cause.