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 Detail

      • Failure

        public Failure​(java.lang.String failure)
      • Failure

        public Failure()
    • Method Detail

      • getFailure

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

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