net.sourceforge.combean.util.except
Class IllegalParameterException

Package class diagram package IllegalParameterException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IllegalParameterException()
           
IllegalParameterException(Exception e)
           
IllegalParameterException(String message)
           
IllegalParameterException(String message, Exception e)
           
 
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

IllegalParameterException

public IllegalParameterException()

IllegalParameterException

public IllegalParameterException(Exception e)

IllegalParameterException

public IllegalParameterException(String message)
Parameters:
message -

IllegalParameterException

public IllegalParameterException(String message,
                                 Exception e)