|
|||||||||
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.timing.UnknownTimingException
public class UnknownTimingException
An exception indicating that the cycle count for a Java bytecode instruction could not be determined.
Constructor Summary | |
---|---|
UnknownTimingException(Instruction instruction)
Creates a new UnknownTimingException object. |
|
UnknownTimingException(Instruction instruction,
Exception cause)
Creates a new UnknownTimingException object. |
Method Summary | |
---|---|
Instruction |
getInstruction()
Returns the bytecode instruction whose cycle count 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 UnknownTimingException(Instruction instruction)
instruction
- a bytecode instruction whose cycle count could not be determinedpublic UnknownTimingException(Instruction instruction, Exception cause)
instruction
- a bytecode instruction whose cycle count could not be determinedcause
- an exception that caused this exception to be thrownMethod Detail |
---|
public Instruction getInstruction()
public String getMessage()
getMessage
in class Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |