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 TypeClassDescriptionclass
This 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 TypeClassDescriptionclass
Indicates 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 TypeClassDescriptionclass
Indicates a problem while opening a network connection.class
A special kind ofError
that signals I/O related problems.class
Indicates 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 TypeClassDescriptionclass
Signals an error that occurred while parsing JSON.