|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
public class GraphFormattingException
Generic exception which denotes that an error has occured during graph formatting.
| Constructor Summary | |
|---|---|
GraphFormattingException(String message)
Creates a new exception with the given message. |
|
GraphFormattingException(String message,
Throwable cause)
Creates a new exception with a given message and a given cause. |
|
GraphFormattingException(Throwable cause)
Creates a new exception with the given cause. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GraphFormattingException(String message)
message - The message to usepublic GraphFormattingException(Throwable cause)
cause - The cause of this exception
public GraphFormattingException(String message,
Throwable cause)
message - The message to usecause - The cause of this exception
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||