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