Package EDU.purdue.jtb.parser.visitor
Class DepthFirstIntVisitor.ShouldNotOccurException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
EDU.purdue.jtb.parser.visitor.DepthFirstIntVisitor.ShouldNotOccurException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DepthFirstIntVisitor
Class handling a programmatic exception. Static for generic outer classes.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor with no message.Constructor which outputs a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShouldNotOccurException
public ShouldNotOccurException()Constructor with no message. -
ShouldNotOccurException
Constructor which outputs a message.- Parameters:
ch
- - a NodeChoice whose which value is invalid or lead to a fall-through
-