edu.uci.eecs.doc.clepsydra.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.clepsydra.tree.NotImplementedException
All Implemented Interfaces:
Serializable

public class NotImplementedException
extends RuntimeException

An exception that is thrown when an unexpected or unsupported control flow node is encountered when computing the WCET.

Author:
Trevor Harmon
See Also:
Serialized Form

Constructor Summary
NotImplementedException(Node node)
          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 node)
Creates a new NotImplementedException object.

Parameters:
node - the control flow node 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