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:
java.io.Serializable
- Enclosing class:
- DepthFirstIntVisitor
public static class DepthFirstIntVisitor.ShouldNotOccurException extends java.lang.RuntimeException
Class handling a programmatic exception. Static for generic outer classes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShouldNotOccurException()
Constructor with no message.ShouldNotOccurException(NodeChoice ch)
Constructor which outputs a message.
-
-
-
Constructor Detail
-
ShouldNotOccurException
public ShouldNotOccurException()
Constructor with no message.
-
ShouldNotOccurException
public ShouldNotOccurException(NodeChoice ch)
Constructor which outputs a message.- Parameters:
ch
- - a NodeChoice whose which value is invalid or lead to a fall-through
-
-