edu.wpi.prc.persistence
Class InvalidLogPathException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Field Summary
private  java.lang.String errorMessage
           
private static long serialVersionUID
           
 
Constructor Summary
InvalidLogPathException()
          Default constructor.
InvalidLogPathException(java.lang.String errorMessage)
          Constructor specifying an error message.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

errorMessage

private java.lang.String errorMessage
Constructor Detail

InvalidLogPathException

public InvalidLogPathException()
Default constructor.


InvalidLogPathException

public InvalidLogPathException(java.lang.String errorMessage)
Constructor specifying an error message.

Parameters:
errorMessage - The error message.
Method Detail

toString

public java.lang.String toString()
Returns the error message for this Exception.

Overrides:
toString in class java.lang.Throwable