Class ErrorHandler

  • All Implemented Interfaces:
    java.util.function.Consumer<ErrorResponse>

    public abstract class ErrorHandler
    extends java.lang.Object
    implements java.util.function.Consumer<ErrorResponse>
    • Constructor Summary

      Constructors 
      Constructor Description
      ErrorHandler()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ErrorResponse parseResponse​(int code, java.lang.String json)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        accept, andThen
    • Constructor Detail

      • ErrorHandler

        public ErrorHandler()
    • Method Detail

      • parseResponse

        public abstract ErrorResponse parseResponse​(int code,
                                                    java.lang.String json)