Kieker 1.11

kieker.tools.traceAnalysis.filter.visualization.exception
Class GraphFormattingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by kieker.tools.traceAnalysis.filter.visualization.exception.GraphFormattingException
All Implemented Interfaces:
java.io.Serializable

public class GraphFormattingException
extends java.lang.RuntimeException

Generic exception which denotes that an error has occured during graph formatting.

Since:
1.6
Author:
Holger Knoche
See Also:
Serialized Form

Constructor Summary
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.
 
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

GraphFormattingException

public GraphFormattingException(java.lang.String message)
Creates a new exception with the given message.

Parameters:
message - The message to use

GraphFormattingException

public GraphFormattingException(java.lang.Throwable cause)
Creates a new exception with the given cause.

Parameters:
cause - The cause of this exception

GraphFormattingException

public GraphFormattingException(java.lang.String message,
                                java.lang.Throwable cause)
Creates a new exception with a given message and a given cause.

Parameters:
message - The message to use
cause - The cause of this exception

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net