|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--edu.uiuc.cs.net.DPRPManager.DPRPException | +--edu.uiuc.cs.net.DPRPManager.DPRPConfigException
Generated when a parse error occurs in the host security configuration file.
Field Summary | |
private java.lang.String |
origStr
The original error-string that was passed in. |
Fields inherited from class java.lang.Throwable |
backtrace, detailMessage, serialVersionUID |
Constructor Summary | |
DPRPConfigException()
Default constructor. |
|
DPRPConfigException(java.lang.String s)
Make a new exception, with a given human-readable error string. |
Method Summary | |
java.lang.String |
getErrorMsg()
Get just the error string, not all of the junk that preceeds it. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.lang.String origStr
Constructor Detail |
public DPRPConfigException()
public DPRPConfigException(java.lang.String s)
Method Detail |
public java.lang.String getErrorMsg()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |