idl.tmt.documentparsing
Class InvalidParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--idl.tmt.documentparsing.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends java.lang.Exception

Exception indicating that a parameter passed to a DocumentParser is not supported by that DocumentParser. Created on Jan 27, 2004

Author:
jelsas
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
InvalidParameterException()
          Creates a new InvalidParameterException
InvalidParameterException(java.lang.String message)
          Creates a new InvalidParameterException with a specified message string.
InvalidParameterException(java.lang.String message, java.lang.Throwable arg1)
           
InvalidParameterException(java.lang.Throwable arg0)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

InvalidParameterException

public InvalidParameterException()
Creates a new InvalidParameterException

InvalidParameterException

public InvalidParameterException(java.lang.String message)
Creates a new InvalidParameterException with a specified message string.
Parameters:
message -  

InvalidParameterException

public InvalidParameterException(java.lang.String message,
                                 java.lang.Throwable arg1)
Parameters:
message -  
arg1 -  

InvalidParameterException

public InvalidParameterException(java.lang.Throwable arg0)
Parameters:
arg0 -