Uses of Interface
org.jboss.marshalling.ExceptionListener
Packages that use ExceptionListener
-
Uses of ExceptionListener in org.jboss.marshalling
Fields in org.jboss.marshalling declared as ExceptionListenerModifier and TypeFieldDescriptionprotected final ExceptionListenerAbstractMarshaller.exceptionListenerThe configured exception listener.protected final ExceptionListenerAbstractUnmarshaller.exceptionListenerThe configured exception listener.static final ExceptionListenerExceptionListener.NO_OPAn exception listener which does nothing.Methods in org.jboss.marshalling that return ExceptionListenerModifier and TypeMethodDescriptionMarshallingConfiguration.getExceptionListener()Get the exception listener to use.Methods in org.jboss.marshalling with parameters of type ExceptionListenerModifier and TypeMethodDescriptionvoidMarshallingConfiguration.setExceptionListener(ExceptionListener exceptionListener) Set the exception listener to use.