Package skyview.survey
Class ParsingTermination
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- 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
Constructors Constructor Description ParsingTermination()
-