net.sourceforge.combean.util.except
Class IllegalParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sourceforge.combean.util.except.IllegalParameterException
- All Implemented Interfaces:
- Serializable
public class IllegalParameterException
- extends RuntimeException
This exception is thrown when a method detects that it is called with
parameters for which the behavior of the method is undefined.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalParameterException
public IllegalParameterException()
IllegalParameterException
public IllegalParameterException(Exception e)
IllegalParameterException
public IllegalParameterException(String message)
- Parameters:
message
-
IllegalParameterException
public IllegalParameterException(String message,
Exception e)