Uses of Class
jerklib.events.ErrorEvent.ErrorType

Packages that use ErrorEvent.ErrorType
jerklib.events Package contains all the event interfaces. 
jerklib.events.impl Package contains all the event implementations 
 

Uses of ErrorEvent.ErrorType in jerklib.events
 

Methods in jerklib.events that return ErrorEvent.ErrorType
 ErrorEvent.ErrorType ErrorEvent.getErrorType()
          Get the error type
static ErrorEvent.ErrorType ErrorEvent.ErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ErrorEvent.ErrorType[] ErrorEvent.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ErrorEvent.ErrorType in jerklib.events.impl
 

Methods in jerklib.events.impl that return ErrorEvent.ErrorType
 ErrorEvent.ErrorType NumericEventImpl.getErrorType()
           
 ErrorEvent.ErrorType UnresolvedHostnameErrorEventImpl.getErrorType()