edu.upenn.cis.spinal
Class ElemTreeFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.upenn.cis.spinal.ElemTreeFormatException
- All Implemented Interfaces:
- Serializable
public class ElemTreeFormatException
- extends Exception
Exception thrown by the ElemTree
class when a parsing error occurs
while reading in an instance of that class.
- Author:
- Lucas Champollion, Ryan Gabbard
- See Also:
- Serialized Form
Constructor Summary |
ElemTreeFormatException(String message)
Creates a new instance of ElemTreeFormatException with a message
specifiying the nature of the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ElemTreeFormatException
public ElemTreeFormatException(String message)
- Creates a new instance of
ElemTreeFormatException
with a message
specifiying the nature of the exception.
- Parameters:
message
- a short string specifying the parsing error