fr.esrf.tangoatk.core
Class ErrorHandlerAdapter
java.lang.Object
fr.esrf.tangoatk.core.ErrorHandlerAdapter
- All Implemented Interfaces:
- IErrorHandler, java.util.EventListener
public abstract class ErrorHandlerAdapter
- extends java.lang.Object
- implements IErrorHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorHandlerAdapter
public ErrorHandlerAdapter()
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()