Package ftbsc.lll.exceptions
Class PatternNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ftbsc.lll.exceptions.PatternNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when failing to find a pattern.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPatternNotFoundException(String message) Constructs a new pattern not found exception with the given message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PatternNotFoundException
Constructs a new pattern not found exception with the given message.- Parameters:
message- the given message
-