|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.avalon.util.env.EnvAccessException
A simple wrapper exception around exceptions that could occur while accessing environment parameters.
Field Summary | |
Throwable |
m_cause
root cause |
String |
m_variable
the environment variable name if available |
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 |
Field Detail |
public final String m_variable
public final Throwable m_cause
Method Detail |
public String getVariable()
public Throwable getCause()
public String getMessage()
Throwable.getMessage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |