|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ejie.r01f.exceptions.R01FBaseException
com.ejie.r01f.reflection.ReflectionException
Excepción que se lanza si hay algun error al utilizar alguna funcion de reflection Fecha de creación: (17/11/001)
Constructor Summary | |
ReflectionException()
Constructor |
|
ReflectionException(java.lang.Exception otherEx)
Constructor a partir de otra excepcion |
|
ReflectionException(java.lang.String s)
Constructor |
|
ReflectionException(java.lang.String s,
java.lang.Exception otherEx)
Constructor |
Methods inherited from class com.ejie.r01f.exceptions.R01FBaseException |
getDetailedMessage, getErrorNumber, getMessage, getRawMessage, setErrorNumber, toHtml, toString, toXML |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ReflectionException()
public ReflectionException(java.lang.Exception otherEx)
otherEx
- otra exceptionpublic ReflectionException(java.lang.String s)
s
- java.lang.Stringpublic ReflectionException(java.lang.String s, java.lang.Exception otherEx)
s
- java.lang.StringotherEx
- other ex
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |