|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.figure8.join.core.InvalidParameterException
public class InvalidParameterException
Extension of Exception thrown when a supplied parameter is not valid. (then you have to read the Join documentation to check the constraints ;-))
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 |
---|
public InvalidParameterException(java.lang.String msg)
msg
- Message for this exceptionpublic InvalidParameterException(java.lang.Throwable cause)
cause
- Root throwable for this exceptionpublic InvalidParameterException(java.lang.String msg, java.lang.Throwable cause)
msg
- Message for this exceptioncause
- Root throwable for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |