org.shiwa.fgi.iwir
Class NotWellFormedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.shiwa.fgi.iwir.NotWellFormedException
All Implemented Interfaces:
java.io.Serializable

public class NotWellFormedException
extends java.lang.RuntimeException

The Class NotWellFormedException is thrown if the IWIR object is not well-formed.

See Also:
Serialized Form

Constructor Summary
NotWellFormedException()
          Instantiates a new not well formed exception.
NotWellFormedException(java.lang.String message)
          Instantiates a new not well formed exception.
NotWellFormedException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new not well formed exception.
NotWellFormedException(java.lang.Throwable cause)
          Instantiates a new not well formed exception.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotWellFormedException

public NotWellFormedException()
Instantiates a new not well formed exception.


NotWellFormedException

public NotWellFormedException(java.lang.String message,
                              java.lang.Throwable cause)
Instantiates a new not well formed exception.

Parameters:
message - the message
cause - the cause

NotWellFormedException

public NotWellFormedException(java.lang.String message)
Instantiates a new not well formed exception.

Parameters:
message - the message

NotWellFormedException

public NotWellFormedException(java.lang.Throwable cause)
Instantiates a new not well formed exception.

Parameters:
cause - the cause