edu.uci.eecs.doc.clepsydra.tree
Class NotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
NotImplementedException
public NotImplementedException(Node node)
- Creates a new NotImplementedException object.
- Parameters:
node
- the control flow node that is not supported
getMessage
public String getMessage()
- Returns a message describing the exception.
- Overrides:
getMessage
in class Throwable
- Returns:
- a descriptive message