Class InvalidPatternException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.monitoring.core.signaturePattern.InvalidPatternException
All Implemented Interfaces:
java.io.Serializable

public class InvalidPatternException
extends java.lang.Exception
Since:
1.6
Author:
Bjoern Weissenfels, Jan Waller
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InvalidPatternException​(java.lang.String reason)
    Creates a new instance of this class using the given parameters.
    InvalidPatternException​(java.lang.String reason, java.lang.Throwable cause)
    Creates a new instance of this class using the given parameters.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InvalidPatternException

      public InvalidPatternException​(java.lang.String reason)
      Creates a new instance of this class using the given parameters.
      Parameters:
      reason - The message for this exception.
    • InvalidPatternException

      public InvalidPatternException​(java.lang.String reason, java.lang.Throwable cause)
      Creates a new instance of this class using the given parameters.
      Parameters:
      reason - The message for this exception.
      cause - The cause of this exception.