edu.upenn.cis.spinal
Class ElemTreeFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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