Uses of Class
org.jgrapes.core.events.Error
Packages that use Error
Package
Description
Core events.
Classes implementing the public API of the library.
Provides the events handled by the server components.
Provides the events used by the I/O related components.
Events associated with classes from
org.jgrapes.io.util.-
Uses of Error in org.jgrapes.core.events
Subclasses of Error in org.jgrapes.core.eventsModifier and TypeClassDescriptionclassThis event signals that a throwable occurred while executing a handler.Methods in org.jgrapes.core.events with type parameters of type ErrorModifier and TypeMethodDescriptionstatic <T extends Error>
TError.duplicate(T event) Duplicate the event.Constructors in org.jgrapes.core.events with parameters of type Error -
Uses of Error in org.jgrapes.core.internal
Methods in org.jgrapes.core.internal with parameters of type Error -
Uses of Error in org.jgrapes.http.events
Subclasses of Error in org.jgrapes.http.eventsModifier and TypeClassDescriptionclassIndicates that a host name could not be resolved. -
Uses of Error in org.jgrapes.io.events
Subclasses of Error in org.jgrapes.io.eventsModifier and TypeClassDescriptionclassIndicates a problem while opening a network connection.classA special kind ofErrorthat signals I/O related problems.classIndicates a problem while starting a process. -
Uses of Error in org.jgrapes.io.util.events
Subclasses of Error in org.jgrapes.io.util.eventsModifier and TypeClassDescriptionclassSignals an error that occurred while parsing JSON.