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:
java.io.Serializable
public class EventConventionException
extends java.lang.Exception
This exception is used to indicate a violation of the conventions for event producers.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EventConventionException(java.lang.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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EventConventionException
public EventConventionException(java.lang.String message)Creates a new EventConventionException- Parameters:
message- the error message
-