Class Failure

  • All Implemented Interfaces:
    Transform

    public class Failure
    extends java.lang.Object
    implements Transform
    An implmentation of Transform that gives details about a failed transformation, containing an error message
    Since:
    0.0.1
    See Also:
    Transform
    • Constructor Summary

      Constructors 
      Constructor Description
      Failure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getFailure()
      error message
      int hashCode()  
      void setFailure​(java.lang.String failure)
      error message
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Failure

        public Failure()
    • Method Detail

      • getFailure

        public java.lang.String getFailure()
        error message
      • setFailure

        public void setFailure​(java.lang.String failure)
        error message
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object