edu.uci.eecs.doc.cascade.tree
Class NotImplementedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
NotImplementedException(Node unsupportedNode)
          Creates a new NotImplementedException object.
NotImplementedException(StructuredBlock unsupportedBlock)
          Creates a new NotImplementedException object.
 
Method Summary
 String getMessage()
          Returns a message describing the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

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
Method Detail

getMessage

public String getMessage()
Returns a message describing the exception.

Overrides:
getMessage in class Throwable
Returns:
a descriptive message