|
||||||||||
| 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.language.placeholder.aop.interpreter.ResolveException
public class ResolveException
Exception class for all sort of errors that at placeholder resolver by trying to resolve a placeholder.
| Constructor Summary | |
|---|---|
ResolveException()
Creates a default resolve exception without specific details about the occurred error. |
|
ResolveException(String message)
Creates a resolve exception with the given error detail message. |
|
ResolveException(String message,
Throwable cause)
Creates a resolve exception with the given error detail message and given cause that caused the exception. |
|
ResolveException(Throwable cause)
Creates a resolve exception that was caused because of 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 ResolveException()
public ResolveException(String message)
message - null or non null.public ResolveException(Throwable cause)
cause - null or non null.
public ResolveException(String message,
Throwable cause)
message - 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 | |||||||||