|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--comparatorreflector.ComparatorReflectorException
Exception created to treat exceptions created in ComparatorReflector class.
ComparatorReflector
,
RuntimeException
,
Serialized FormField Summary |
Fields inherited from class java.lang.RuntimeException |
|
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
ComparatorReflectorException()
Default Constructor. |
|
ComparatorReflectorException(String arg0)
Constructor with message. |
|
ComparatorReflectorException(String arg0,
Throwable arg1)
Constructor with message and a Throwable. |
|
ComparatorReflectorException(Throwable arg0)
Constructor with some Throwable |
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 |
public ComparatorReflectorException()
public ComparatorReflectorException(String arg0)
arg0
- Messagepublic ComparatorReflectorException(Throwable arg0)
arg0
- A Throwablepublic ComparatorReflectorException(String arg0, Throwable arg1)
arg0
- A Messagearg1
- A Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |