Class InvalidPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
dev.archunitjava.pattern.InvalidPatternException
- All Implemented Interfaces:
Serializable
A user-supplied pattern that cannot be compiled under its declared syntax.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidPatternException(String message) InvalidPatternException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidPatternException
-
InvalidPatternException
-