com.tivoli.twg.engine.slp
Class OpaqueFormatException

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.OpaqueFormatException
All Implemented Interfaces:
java.io.Serializable

public class OpaqueFormatException
extends java.lang.IllegalArgumentException

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.

See Also:
Serialized Form

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

OpaqueFormatException

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


OpaqueFormatException

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


OpaqueFormatException

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