Uses of Class
pl.bristleback.server.bristle.exceptions.handlers.ActionExceptionType

Packages that use ActionExceptionType
pl.bristleback.server.bristle.exceptions.handlers   
 

Uses of ActionExceptionType in pl.bristleback.server.bristle.exceptions.handlers
 

Methods in pl.bristleback.server.bristle.exceptions.handlers that return ActionExceptionType
static ActionExceptionType ActionExceptionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionExceptionType[] ActionExceptionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in pl.bristleback.server.bristle.exceptions.handlers with parameters of type ActionExceptionType
 void ExceptionHandlersContainer.addHandler(ActionExceptionType actionExceptionType, ExceptionHandler handler)
          Adds a handler to container.
 void ExceptionHandlersContainer.invokeHandler(ActionExceptionType actionExceptionType, org.jwebsocket.api.WebSocketConnector connector, org.jwebsocket.token.Token token)
          Invokes (if exists) handler for given exception type.
 



Copyright © 2011. All Rights Reserved.