org.naturalcli
Class UnknownParameterType

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.naturalcli.UnknownParameterType
All Implemented Interfaces:
java.io.Serializable

public class UnknownParameterType
extends java.lang.Exception

Thrown when something unexpected happens for a ParameterType

Author:
Ferran Busquets
See Also:
Serialized Form

Constructor Summary
UnknownParameterType(java.lang.String m)
          Creates a new instance of ParameterTypeException
UnknownParameterType(java.lang.String m, java.lang.Throwable c)
          Creates a new instance of ParameterTypeException
 
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

UnknownParameterType

public UnknownParameterType(java.lang.String m)
Creates a new instance of ParameterTypeException

Parameters:
m - Exception message

UnknownParameterType

public UnknownParameterType(java.lang.String m,
                            java.lang.Throwable c)
Creates a new instance of ParameterTypeException

Parameters:
m - Exception message
c - Cause of this exception