org.jikesrvm.compilers.opt.controlflow
Class AnnotatedLSTNode.NonRegularLoopException

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


Field Summary
private  String _summary
          Brief description of problem
(package private) static long serialVersionUID
          Support for exception serialization
 
Constructor Summary
AnnotatedLSTNode.NonRegularLoopException(String s)
          Constructor
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
Support for exception serialization

See Also:
Constant Field Values

_summary

private final String _summary
Brief description of problem

Constructor Detail

AnnotatedLSTNode.NonRegularLoopException

AnnotatedLSTNode.NonRegularLoopException(String s)
Constructor

Method Detail

summary

String summary()
A brief description of the error