org.jikesrvm.compilers.opt.controlflow
Class AnnotatedLSTNode.NonRegularLoopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jikesrvm.compilers.opt.controlflow.AnnotatedLSTNode.NonRegularLoopException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- AnnotatedLSTNode
private static class AnnotatedLSTNode.NonRegularLoopException
- extends Exception
Exception thrown when a non-regular loop is encountered
Method Summary |
(package private) String |
summary()
A brief description of the error |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
static final long serialVersionUID
- Support for exception serialization
- See Also:
- Constant Field Values
_summary
private final String _summary
- Brief description of problem
AnnotatedLSTNode.NonRegularLoopException
AnnotatedLSTNode.NonRegularLoopException(String s)
- Constructor
summary
String summary()
- A brief description of the error