Uses of Class
org.jgrapes.core.events.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
Modifier and TypeClassDescriptionclass
This event signals that a throwable occurred while executing a handler. -
Uses of Error in org.jgrapes.core.internal
-
Uses of Error in org.jgrapes.http.events
Modifier and TypeClassDescriptionclass
Indicates that a host name could not be resolved. -
Uses of Error in org.jgrapes.io.events
Modifier 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
Modifier and TypeClassDescriptionclass
Signals an error that occurred while parsing JSON.