Uses of Interface
org.apache.fop.events.EventExceptionManager.ExceptionFactory
-
Packages that use EventExceptionManager.ExceptionFactory Package Description org.apache.fop.event Subsystem for reporting events inside FOP to client applications.org.apache.fop.events 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.event
Classes in org.apache.fop.event that implement EventExceptionManager.ExceptionFactory Modifier and Type Class Description classPropertyExceptionFactoryException factory forPropertyException.classUnsupportedOperationExceptionFactoryException factory forUnsupportedOperationException.classValidationExceptionFactoryException factory forValidationException. -
Uses of EventExceptionManager.ExceptionFactory in org.apache.fop.events
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 classPageProductionException.PageProductionExceptionFactoryException 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 classLayoutException.LayoutExceptionFactoryException factory forLayoutException.
-