Package org.ghost4j.modifier
Class ModifierException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ghost4j.modifier.ModifierException
- All Implemented Interfaces:
Serializable
Class representing a modifier exception. This exception may be thrown while
modifying a document with a Modifier subclass.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModifierException
(String message) ModifierException
(String message, Throwable cause) ModifierException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
ModifierException
public ModifierException() -
ModifierException
-
ModifierException
-
ModifierException
-