edu.uiuc.cs.net.DPRPManager
Class DPRPConfigException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.uiuc.cs.net.DPRPManager.DPRPException
                    |
                    +--edu.uiuc.cs.net.DPRPManager.DPRPConfigException
All Implemented Interfaces:
java.io.Serializable

class DPRPConfigException
extends DPRPException

Generated when a parse error occurs in the host security configuration file.

Version:
1.1 - September 19th, 2001
Author:
Andy Reitz (areitz@cs.uiuc.edu)
See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

origStr

private java.lang.String origStr
The original error-string that was passed in.
Constructor Detail

DPRPConfigException

public DPRPConfigException()
Default constructor.

DPRPConfigException

public DPRPConfigException(java.lang.String s)
Make a new exception, with a given human-readable error string.
Method Detail

getErrorMsg

public java.lang.String getErrorMsg()
Get just the error string, not all of the junk that preceeds it.