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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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