|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception edu.uci.eecs.doc.clepsydra.loop.UnknownLoopBoundException
public class UnknownLoopBoundException
An exception indicating that the iteration bound for a loop could not be determined.
Constructor Summary | |
---|---|
UnknownLoopBoundException(int address)
Creates a new UnknownLoopBoundException object. |
|
UnknownLoopBoundException(String message)
Creates a new UnknownLoopBoundException object. |
|
UnknownLoopBoundException(String message,
Exception cause)
Creates a new UnknownLoopBoundException object. |
Method Summary | |
---|---|
int |
getAddress()
Returns the bytecode offset of the loop whose bound could not be determined. |
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 |
---|
public UnknownLoopBoundException(int address)
address
- the bytecode offset of the loop whose bound could not be
determinedpublic UnknownLoopBoundException(String message)
message
- a message describing the problempublic UnknownLoopBoundException(String message, Exception cause)
message
- a message describing the problemMethod Detail |
---|
public int getAddress()
public String getMessage()
getMessage
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |