net.sf.molae.pipe.number
Class IllegalClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by net.sf.molae.pipe.number.IllegalClassException
All Implemented Interfaces:
Serializable

public class IllegalClassException
extends IllegalArgumentException

Thrown if the class of a method argument is not supported.

See Also:
Serialized Form

Constructor Summary
IllegalClassException()
          Constructs an IllegalClassException with no detail message.
IllegalClassException(String s)
          Constructs an IllegalClassException with the specified detail message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalClassException

public IllegalClassException()
Constructs an IllegalClassException with no detail message.


IllegalClassException

public IllegalClassException(String s)
Constructs an IllegalClassException with the specified detail message.

Parameters:
s - the detail message