ca.mcgill.cs.postina.util.properties
Class PostinaPropertyFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.mcgill.cs.postina.util.properties.PostinaPropertyFileException
- All Implemented Interfaces:
- java.io.Serializable
public class PostinaPropertyFileException
- extends java.lang.RuntimeException
A PostinaPropertyFileException is thrown when the property
file cannot be read.
- Version:
- 9-Jan-08
- Author:
- Dominik Zindel
- See Also:
- Serialized Form
|
Field Summary |
private static org.apache.log4j.Logger |
logger
|
private java.lang.String |
message
The message attached to this exception. |
private static long |
serialVersionUID
|
|
Constructor Summary |
PostinaPropertyFileException(java.lang.String message)
The default constructor takes a string message that will be added to the
exception. |
|
Method Summary |
java.lang.String |
toString()
|
| 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 |
logger
private static final org.apache.log4j.Logger logger
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
message
private final java.lang.String message
- The message attached to this exception.
PostinaPropertyFileException
public PostinaPropertyFileException(java.lang.String message)
- The default constructor takes a string message that will be added to the
exception.
- Parameters:
message - The string message giving additional information about the
exception.
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Throwable