edu.uci.eecs.doc.cascade.tree
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.uci.eecs.doc.cascade.tree.NotImplementedException
- All Implemented Interfaces:
- Serializable
public class NotImplementedException
- extends RuntimeException
An exception that is thrown when an unexpected or unsupported node is
encountered when creating or parsing a control flow tree.
- Author:
- Trevor Harmon
- See Also:
- Serialized Form
NotImplementedException
public NotImplementedException(Node unsupportedNode)
- Creates a new NotImplementedException object.
- Parameters:
unsupportedNode
- the control flow node that is not supported
NotImplementedException
public NotImplementedException(StructuredBlock unsupportedBlock)
- Creates a new NotImplementedException object.
- Parameters:
unsupportedBlock
- the JODE control flow block that is not supported
getMessage
public String getMessage()
- Returns a message describing the exception.
- Overrides:
getMessage
in class Throwable
- Returns:
- a descriptive message