Package org.apache.juneau.objecttools
Class PatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.juneau.BasicRuntimeException
org.apache.juneau.objecttools.PatternException
- All Implemented Interfaces:
Serializable
Indicates an invalid search pattern was specified.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetMessage(String message, Object... args) Sets the detail message on this exception.Methods inherited from class org.apache.juneau.BasicRuntimeException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PatternException
Constructor.- Parameters:
message- Message.args- Message arguments.
-
-
Method Details
-
setMessage
Description copied from class:BasicRuntimeExceptionSets the detail message on this exception.- Overrides:
setMessagein classBasicRuntimeException- Parameters:
message- The message.args- The message args.- Returns:
- This object.
-