EventExceptionManager.ExceptionFactory
public static class PageProductionException.PageProductionExceptionFactory extends java.lang.Object implements EventExceptionManager.ExceptionFactory
PageProductionException
.Constructor | Description |
---|---|
PageProductionExceptionFactory() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Throwable |
createException(Event event) |
Creates an exception from an event.
|
java.lang.Class<PageProductionException> |
getExceptionClass() |
Returns the
Exception class created by this factory. |
public java.lang.Throwable createException(Event event)
createException
in interface EventExceptionManager.ExceptionFactory
event
- the eventpublic java.lang.Class<PageProductionException> getExceptionClass()
Exception
class created by this factory.getExceptionClass
in interface EventExceptionManager.ExceptionFactory
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.