Kieker 1.12

kieker.analysis.exception
Class InvalidProjectContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by kieker.analysis.exception.InvalidProjectContextException
All Implemented Interfaces:
java.io.Serializable

public class InvalidProjectContextException
extends java.lang.RuntimeException

An exception to show that a plugin received an invalid project context.

Since:
1.7
Author:
Nils Christian Ehmke
See Also:
Serialized Form

Constructor Summary
InvalidProjectContextException(java.lang.String message)
          Creates a new instance of this class using the given parameters.
InvalidProjectContextException(java.lang.String message, java.lang.Throwable cause)
          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

InvalidProjectContextException

public InvalidProjectContextException(java.lang.String message,
                                      java.lang.Throwable cause)
Creates a new instance of this class using the given parameters.

Parameters:
message - The message of the exception.
cause - The cause of the exception.

InvalidProjectContextException

public InvalidProjectContextException(java.lang.String message)
Creates a new instance of this class using the given parameters.

Parameters:
message - The message of the exception.

Kieker 1.12

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