Class ErrorHandler


  • @Deprecated
    public abstract class ErrorHandler
    extends java.lang.Object
    Deprecated.
    This class is deprecated since caver-java:1.5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorHandler()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      abstract void exception​(java.lang.Exception exception)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ErrorHandler

        public ErrorHandler()
        Deprecated.
    • Method Detail

      • exception

        public abstract void exception​(java.lang.Exception exception)
        Deprecated.