Class ApplicationErrorCodes


  • public class ApplicationErrorCodes
    extends Object
    This class defines the ADEPT2-error codes for application failures. These should be used in ApplicationEnvironmentException and ApplicationFailedException.
    There are also definitions for states of ADEPT2-components.

    Error code principles:

    • ApplicationFailedException positive
    • ADEPT2 internal: 1 - 799999
    • Component: 200000 - 299999
    • Session: 300000 - 399999
    • Data: 400000 - 499999
    • GUI: 500000 - 599999
    • ExecutionEnvironment: 800000 - 1399999
    • superclass: 800000 - 899999
    • TEST: 900000 - 949999
    • FORM: 950000 - 999999
    • EXE: 1000000 - 1099999
    • Java: 1100000 - 1199999
    • WebService: 1200000 - 1399999
    • Component (from ADEPT-side) internal: 1400000 - 15999999
    • Component internally: 1600000 - 17999999
    • Component (from user): 1800000 - 19999999
    • Component-specific: 2000000000 -
    • ApplicationEnvironmentException negative
    • ActivityInstance/Configuration: -1 - -99999
    • RuntimeEnvironment: -100000 - -199999
    • ProgressMonitor: -200000 - -299999
    • SessionContext: -300000 - 399999
    • DataContext: -400000 - -499999
    • GUIContext: -500000 - 599999
    See Also:
    ApplicationEnvironmentException, ApplicationFailedException