|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
eu.scape_project.watch.utils.exceptions.InvalidParameterException
public class InvalidParameterException
This exception is thrown when invalid parameters are supplied to the plugin.
| Constructor Summary | |
|---|---|
InvalidParameterException()
Default constructor. |
|
InvalidParameterException(String msg)
Message constructor. |
|
InvalidParameterException(String msg,
Throwable cause)
Message and Throwable constructor. |
|
InvalidParameterException(Throwable cause)
Throwable constructor. |
|
| 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()
public InvalidParameterException(String msg)
msg - the messagepublic InvalidParameterException(Throwable cause)
Throwable constructor.
cause - the cause of the exception
public InvalidParameterException(String msg,
Throwable cause)
Throwable constructor.
msg - the message of the exception.cause - the cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||