Uses of Interface
org.apache.fop.events.EventExceptionManager.ExceptionFactory
-
Packages that use EventExceptionManager.ExceptionFactory Package Description org.apache.fop.events Subsystem for reporting events inside FOP to client applications.org.apache.fop.fo.pagination All the pagination and declaration formatting objects.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of EventExceptionManager.ExceptionFactory in org.apache.fop.events
Classes in org.apache.fop.events that implement EventExceptionManager.ExceptionFactory Modifier and Type Class Description class
PropertyExceptionFactory
Exception factory forPropertyException
.class
UnsupportedOperationExceptionFactory
Exception factory forUnsupportedOperationException
.class
ValidationExceptionFactory
Exception factory forValidationException
.Fields in org.apache.fop.events with type parameters of type EventExceptionManager.ExceptionFactory Modifier and Type Field Description private static java.util.Map<java.lang.String,EventExceptionManager.ExceptionFactory>
EventExceptionManager. EXCEPTION_FACTORIES
-
Uses of EventExceptionManager.ExceptionFactory in org.apache.fop.fo.pagination
Classes in org.apache.fop.fo.pagination that implement EventExceptionManager.ExceptionFactory Modifier and Type Class Description static class
PageProductionException.PageProductionExceptionFactory
Exception factory forPageProductionException
. -
Uses of EventExceptionManager.ExceptionFactory in org.apache.fop.layoutmgr
Classes in org.apache.fop.layoutmgr that implement EventExceptionManager.ExceptionFactory Modifier and Type Class Description static class
LayoutException.LayoutExceptionFactory
Exception factory forLayoutException
.
-