edu.wpi.prc.persistence
Class InvalidLogPathException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.wpi.prc.persistence.InvalidLogPathException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidLogPathException
- extends java.lang.Exception
Indicates an error initializing the log file.
- Author:
- James Baldassari
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
Returns the error message for this Exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
errorMessage
private java.lang.String errorMessage
InvalidLogPathException
public InvalidLogPathException()
- Default constructor.
InvalidLogPathException
public InvalidLogPathException(java.lang.String errorMessage)
- Constructor specifying an error message.
- Parameters:
errorMessage
- The error message.
toString
public java.lang.String toString()
- Returns the error message for this Exception.
- Overrides:
toString
in class java.lang.Throwable