|
||||||||||
| 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.NotResolveableException
public class NotResolveableException
Exception class that could be used, if something could not get resolved, for example a path.
| Constructor Summary | |
|---|---|
NotResolveableException()
Initializes the exception with no reason and cause. |
|
NotResolveableException(String reason)
Initializes the exception with the given reason. |
|
NotResolveableException(String reason,
Throwable cause)
Initializes the exception with the given reason and cause. |
|
NotResolveableException(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 NotResolveableException()
public NotResolveableException(String reason)
reason - null or non null.public NotResolveableException(Throwable cause)
cause - null or non null.
public NotResolveableException(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 | |||||||||