public class GraphFormattingException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
GraphFormattingException(java.lang.String message)
Creates a new exception with the given message.
|
GraphFormattingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception with a given message and a given cause.
|
GraphFormattingException(java.lang.Throwable cause)
Creates a new exception with the given cause.
|
public GraphFormattingException(java.lang.String message)
message - The message to usepublic GraphFormattingException(java.lang.Throwable cause)
cause - The cause of this exceptionpublic GraphFormattingException(java.lang.String message,
java.lang.Throwable cause)
message - The message to usecause - The cause of this exceptionCopyright 2020 Kieker Project, http://kieker-monitoring.net