|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.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 problem
public UnknownLoopBoundException(String message,
Exception cause)
message - a message describing the problem| Method 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 | ||||||||