Package org.docx4j.org.apache.fop.tools
Class EventConventionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.docx4j.org.apache.fop.tools.EventConventionException
- All Implemented Interfaces:
Serializable
This exception is used to indicate a violation of the conventions for event producers.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventConventionException(String message) Creates a new EventConventionException -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventConventionException
Creates a new EventConventionException- Parameters:
message- the error message
-