Class Failure


  • public final class Failure
    extends Object
    Simple String wrapper for when something fails and a message needs to be used.
    • Constructor Detail

      • Failure

        public Failure​(String message)
      • Failure

        public Failure​(String message,
                       ErrorType errorType,
                       long variableScopeKey)
    • Method Detail

      • getMessage

        public String getMessage()
      • getErrorType

        public ErrorType getErrorType()
      • getVariableScopeKey

        public long getVariableScopeKey()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object