fr.esrf.tangoatk.core
Class ErrorHandlerAdapter

java.lang.Object
  extended by fr.esrf.tangoatk.core.ErrorHandlerAdapter
All Implemented Interfaces:
IErrorHandler, java.util.EventListener

public abstract class ErrorHandlerAdapter
extends java.lang.Object
implements IErrorHandler


Constructor Summary
ErrorHandlerAdapter()
           
 
Method Summary
 void attributeErrorException(fr.esrf.tangoatk.core.AttributeErrorException e)
           
 void attributeReadException(AttributeReadException e)
           
 void attributeSetException(AttributeSetException e)
           
 void commandExecuteException(CommandExecuteException e)
           
 void connectionException(ConnectionException e)
           
 java.lang.String getVersion()
           
protected  void showError(java.lang.Exception e)
           
 void unknownException(java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorHandlerAdapter

public ErrorHandlerAdapter()
Method Detail

connectionException

public void connectionException(ConnectionException e)
Specified by:
connectionException in interface IErrorHandler

attributeErrorException

public void attributeErrorException(fr.esrf.tangoatk.core.AttributeErrorException e)
Specified by:
attributeErrorException in interface IErrorHandler

attributeReadException

public void attributeReadException(AttributeReadException e)
Specified by:
attributeReadException in interface IErrorHandler

attributeSetException

public void attributeSetException(AttributeSetException e)
Specified by:
attributeSetException in interface IErrorHandler

commandExecuteException

public void commandExecuteException(CommandExecuteException e)
Specified by:
commandExecuteException in interface IErrorHandler

unknownException

public void unknownException(java.lang.Exception e)
Specified by:
unknownException in interface IErrorHandler

showError

protected void showError(java.lang.Exception e)

getVersion

public java.lang.String getVersion()