eu.scape_project.watch.utils.exceptions
Class InvalidParameterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.scape_project.watch.utils.exceptions.InvalidParameterException
All Implemented Interfaces:
Serializable

public class InvalidParameterException
extends Exception

This exception is thrown when invalid parameters are supplied to the plugin.

Author:
Petar Petrov
See Also:
Serialized Form

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

InvalidParameterException

public InvalidParameterException()
Default constructor.


InvalidParameterException

public InvalidParameterException(String msg)
Message constructor.

Parameters:
msg - the message

InvalidParameterException

public InvalidParameterException(Throwable cause)
Throwable constructor.

Parameters:
cause - the cause of the exception

InvalidParameterException

public InvalidParameterException(String msg,
                                 Throwable cause)
Message and Throwable constructor.

Parameters:
msg - the message of the exception.
cause - the cause of the exception.


Copyright © 2012. All Rights Reserved.