eu.scape_project.watch.utils.exceptions
Class PluginException

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

public class PluginException
extends Exception

This exception is thrown when an error occurs during the exection of a plugin.

Author:
Petar Petrov
See Also:
Serialized Form

Constructor Summary
PluginException()
          Default constructo.
PluginException(String msg)
          Message constructor.
PluginException(String msg, Throwable cause)
          Message and Throwable constructor.
PluginException(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

PluginException

public PluginException()
Default constructo.


PluginException

public PluginException(String msg)
Message constructor.

Parameters:
msg - the message

PluginException

public PluginException(Throwable cause)
Throwable constructor.

Parameters:
cause - the cause of the exception

PluginException

public PluginException(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.