JRubik v0.6

es.aeat.eett.jRubik.plugins
Class PluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byes.aeat.eett.jRubik.plugins.PluginException
All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends java.lang.Exception

en: Exception that plugins throws. It could encapsulate other exceptions.

es: Excepcion que generan los plugins y que encapsulan otras excepciones

See Also:
Serialized Form

Field Summary
private  java.lang.Exception encapsulatedException
          Encapsulated exception
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
PluginException(java.lang.Exception e, java.lang.String msg)
          Create a exception
PluginException(java.lang.String msg)
          Create a excepcion
 
Method Summary
 void printStackTrace()
           en: Write the exception message and the encapsulated ones es: Escribe el mensaje de la excepcion y la traza de la excepcion encapsulada si la hay
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

encapsulatedException

private java.lang.Exception encapsulatedException
Encapsulated exception

Constructor Detail

PluginException

public PluginException(java.lang.Exception e,
                       java.lang.String msg)
Create a exception

Parameters:
e - encapsulated exception
msg - Exception message

PluginException

public PluginException(java.lang.String msg)
Create a excepcion

Parameters:
msg - Exception message
Method Detail

printStackTrace

public void printStackTrace()

en: Write the exception message and the encapsulated ones

es: Escribe el mensaje de la excepcion y la traza de la excepcion encapsulada si la hay


JRubik v0.6

JRubik v0.6