org.figure8.join.core
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.figure8.join.core.InvalidParameterException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterException
extends java.lang.Exception

Extension of Exception thrown when a supplied parameter is not valid. (then you have to read the Join documentation to check the constraints ;-))

Version:
$Revision: 1.2 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
InvalidParameterException(java.lang.String msg)
          Creates a new instance of InvalidParameterException.
InvalidParameterException(java.lang.String msg, java.lang.Throwable cause)
          Creates a new instance of InvalidParameterException.
InvalidParameterException(java.lang.Throwable cause)
          Creates a new instance of InvalidParameterException.
 
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

InvalidParameterException

public InvalidParameterException(java.lang.String msg)
Creates a new instance of InvalidParameterException.

Parameters:
msg - Message for this exception

InvalidParameterException

public InvalidParameterException(java.lang.Throwable cause)
Creates a new instance of InvalidParameterException.

Parameters:
cause - Root throwable for this exception

InvalidParameterException

public InvalidParameterException(java.lang.String msg,
                                 java.lang.Throwable cause)
Creates a new instance of InvalidParameterException.

Parameters:
msg - Message for this exception
cause - Root throwable for this exception


Copyright © 2005-2008 Join. All Rights Reserved.