|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.sasl.common.exception.ReflectionException
public class ReflectionException
The exception could be used for all sorts of "errors" that occur in combination with reflection operations.
| Constructor Summary | |
|---|---|
ReflectionException()
Initializes the exception with no reason and cause. |
|
ReflectionException(String reason)
Initializes the exception with the given reason. |
|
ReflectionException(String reason,
Throwable cause)
Initializes the exception with the given reason and cause. |
|
ReflectionException(Throwable cause)
Initializes the exception with the given cause. |
|
| 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 |
|---|
public ReflectionException()
public ReflectionException(String reason)
reason - null or non null.public ReflectionException(Throwable cause)
cause - null or non null.
public ReflectionException(String reason,
Throwable cause)
reason - null or non null.cause - null or non null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||