Package org.apache.fop.tools
Class EventConventionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- 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
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EventConventionException(java.lang.String message)
Creates a new EventConventionException
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-