kieker.monitoring.core.signaturePattern
Class InvalidPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.monitoring.core.signaturePattern.InvalidPatternException
- All Implemented Interfaces:
- Serializable
public class InvalidPatternException
- extends Exception
- Since:
- 1.6
- Author:
- Bjoern Weissenfels, Jan Waller
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPatternException
public InvalidPatternException(String reason)
- Creates a new instance of this class using the given parameters.
- Parameters:
reason
- The message for this exception.
InvalidPatternException
public InvalidPatternException(String reason,
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.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>