Package 

Class DittoError.FatalError

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class DittoError.FatalError
    extends DittoError
                        

    Represents a fatal error that the Ditto instance cannot recover from. Should your app encounter one, the instance should be closed and a new instance created.

    • Method Summary

      Modifier and Type Method Description
      String getMessage() A formatted description of the error.
      Throwable getCause()
      • Methods inherited from class live.ditto.DittoError.FatalError

        getLocalizedMessage
      • Methods inherited from class live.ditto.DittoError

        addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

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

      • DittoError.FatalError

        DittoError.FatalError(String message)