skyview.survey
Class ParsingTermination

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by skyview.survey.ParsingTermination
All Implemented Interfaces:
java.io.Serializable

public class ParsingTermination
extends java.lang.RuntimeException

This class is used to terminate the parsing of of XML file (typically a survey description file). Since this is the only way to do this, and it is a normal path, we do not call use Exception in the name. This class must extend either RuntimeException or Error since it will be thrown in methods that implement interfaces that do not permit checked exceptions.

See Also:
Serialized Form

Constructor Summary
ParsingTermination()
           
 
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

ParsingTermination

public ParsingTermination()