pl.bristleback.server.bristle.exceptions.handlers
Interface ExceptionHandler


public interface ExceptionHandler

Implementation of this interface are responsible for handling some specific exceptions, caused by user. Situations when handlers can be used are described in ActionExceptionType enum.

Created on: 2010-10-23 23:27:08

Author:
Wojciech Niemiec

Method Summary
 void handleException(org.jwebsocket.api.WebSocketConnector connector, org.jwebsocket.token.Token token)
          Handles exception thrown by given connector while processing token.
 

Method Detail

handleException

void handleException(org.jwebsocket.api.WebSocketConnector connector,
                     org.jwebsocket.token.Token token)
Handles exception thrown by given connector while processing token.

Parameters:
connector - web socket connector
token - token


Copyright © 2011. All Rights Reserved.