|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dpml.transit.EnvironmentException
public class EnvironmentException
A simple wrapper exception around exceptions that could occur while accessing environment parameters.
Method Summary | |
---|---|
Throwable |
getCause()
Return the causal exception. |
String |
getMessage()
Prepends variable name to the base message. |
String |
getVariable()
Gets the variable that was to be accessed. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getVariable()
public Throwable getCause()
getCause
in class Throwable
public String getMessage()
getMessage
in class Throwable
Throwable.getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |