|
Kieker 1.11 | |||||||||
| 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.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException
public class InvalidTraceException
This exception can be used to mark an invalid trace.
| Constructor Summary | |
|---|---|
InvalidTraceException(java.lang.String message)
Creates a new instance of this class using the given parameters. |
|
InvalidTraceException(java.lang.String message,
java.lang.Throwable t)
Creates a new instance of this class using the given parameters. |
|
| Method Summary |
|---|
| 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 InvalidTraceException(java.lang.String message)
message - The message of this exception.
public InvalidTraceException(java.lang.String message,
java.lang.Throwable t)
message - The message of this exception.t - The cause of this exception.
|
Kieker 1.11 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||