Class ProcessingError

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessingError
    extends java.lang.Object
    implements java.io.Serializable
    Class ProcessingError.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessingError()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDetail()
      Get the detail field.
      java.lang.String getFilename()
      Get the filename field.
      java.lang.String getMsg()
      Get the msg field.
      void setDetail​(java.lang.String detail)
      Set the detail field.
      void setFilename​(java.lang.String filename)
      Set the filename field.
      void setMsg​(java.lang.String msg)
      Set the msg field.
      • Methods inherited from class java.lang.Object

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

      • ProcessingError

        public ProcessingError()
    • Method Detail

      • getDetail

        public java.lang.String getDetail()
        Get the detail field.
        Returns:
        String
      • getFilename

        public java.lang.String getFilename()
        Get the filename field.
        Returns:
        String
      • getMsg

        public java.lang.String getMsg()
        Get the msg field.
        Returns:
        String
      • setDetail

        public void setDetail​(java.lang.String detail)
        Set the detail field.
        Parameters:
        detail -
      • setFilename

        public void setFilename​(java.lang.String filename)
        Set the filename field.
        Parameters:
        filename -
      • setMsg

        public void setMsg​(java.lang.String msg)
        Set the msg field.
        Parameters:
        msg -