|
JRubik v0.6 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
es.aeat.eett.jRubik.plugins.PluginException
en: Exception that plugins throws. It could encapsulate other exceptions.
es: Excepcion que generan los plugins y que encapsulan otras excepciones
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 |
private java.lang.Exception encapsulatedException
Constructor Detail |
public PluginException(java.lang.Exception e, java.lang.String msg)
e
- encapsulated exceptionmsg
- Exception messagepublic PluginException(java.lang.String msg)
msg
- Exception messageMethod Detail |
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 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |