net.sf.molae.pipe.number
Class IllegalClassException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--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.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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