|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
kieker.webgui.common.exception.AbstractKiekerWebGUIException
kieker.webgui.common.exception.InvalidAnalysisStateException
public final class InvalidAnalysisStateException
This exception can be thrown if the analysis is in an invalid state for the ordered operation.
Constructor Summary | |
---|---|
InvalidAnalysisStateException()
Creates a new instance of this exception without detail message or current analysis state. |
|
InvalidAnalysisStateException(String msg)
Creates a new instance of this class using the given detail message, but without current analysis state. |
|
InvalidAnalysisStateException(String msg,
Throwable cause)
Creates a new instance of this class using the given detail message and cause, but without current analysis state. |
|
InvalidAnalysisStateException(String msg,
Throwable cause,
kieker.analysis.AnalysisController.STATE currentAnalysisState)
Creates a new instance of this class using the given detail message, cause, and current analysis state. |
Method Summary | |
---|---|
kieker.analysis.AnalysisController.STATE |
getState()
|
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 |
Constructor Detail |
---|
public InvalidAnalysisStateException()
Throwable.initCause(java.lang.Throwable)
.
public InvalidAnalysisStateException(String msg)
Throwable.initCause(java.lang.Throwable)
.
msg
- The detail message of the exception.public InvalidAnalysisStateException(String msg, Throwable cause)
msg
- The detail message of the exception.cause
- The cause for the exception.public InvalidAnalysisStateException(String msg, Throwable cause, kieker.analysis.AnalysisController.STATE currentAnalysisState)
msg
- The detail message of the exception.cause
- The cause for the exception.currentAnalysisState
- The current analysis state.Method Detail |
---|
public kieker.analysis.AnalysisController.STATE getState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |