LayoutException.LayoutExceptionFactory, PageProductionException.PageProductionExceptionFactory, PropertyExceptionFactory, UnsupportedOperationExceptionFactory, ValidationExceptionFactorypublic static interface EventExceptionManager.ExceptionFactory
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Throwable |
createException(Event event) |
Creates an exception from an event.
|
java.lang.Class<? extends java.lang.Exception> |
getExceptionClass() |
Returns the
Exception class created by this factory. |
java.lang.Throwable createException(Event event)
event - the eventjava.lang.Class<? extends java.lang.Exception> getExceptionClass()
Exception class created by this factory.Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.