Class ErrorDef

java.lang.Object
com.onenetwork.platform.common.ErrorDef
All Implemented Interfaces:
StatusMessage
Direct Known Subclasses:
EDI824ErrorDef, EDIErrorDef

public class ErrorDef
extends java.lang.Object
implements StatusMessage
TODO complete the class documentation
  • Constructor Summary

    Constructors 
    Constructor Description
    ErrorDef()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<java.lang.String> getArgs()
    If the message value was created using a format which included arguments, this contains those arguments
    int getMajorCode()
    Returns a "major error code" which describes the issue - for internal platform issues, this number can be used to get support.
    java.lang.String getMessage()  
    int getMinorCode()
    Returns a "minor error code" which further qualifies the major error code.
    java.lang.String getValue()
    Returns the content of the message
    boolean isSetMajorCode()  
    boolean isSetMinorCode()  
    void setMajorCode​(int value)  
    void setMinorCode​(int value)  
    void setValue​(java.lang.String value)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait