Class MapExceptionEntry


  • public class MapExceptionEntry
    extends Object
    Author:
    Saeid Mirzaei
    • Field Detail

      • errorCode

        protected String errorCode
      • className

        protected String className
      • andChildren

        protected boolean andChildren
      • rootCause

        protected String rootCause
    • Constructor Detail

      • MapExceptionEntry

        public MapExceptionEntry()
      • MapExceptionEntry

        public MapExceptionEntry​(String errorCode,
                                 String className,
                                 boolean andChildren,
                                 String rootCause)
    • Method Detail

      • getErrorCode

        public String getErrorCode()
      • setErrorCode

        public void setErrorCode​(String errorCode)
      • getClassName

        public String getClassName()
      • setClassName

        public void setClassName​(String className)
      • isAndChildren

        public boolean isAndChildren()
      • setAndChildren

        public void setAndChildren​(boolean andChildren)
      • getRootCause

        public String getRootCause()
      • setRootCause

        public void setRootCause​(String rootCause)