psdi.webclient.system.controller

Class MXApplicationLiteralWarningException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MXApplicationLiteralWarningException
    extends MXApplicationWarningException
    This class is necessary to allow multiple exceptions be shown in one message box in an orderly way
    See Also:
    Serialized Form
    • Constructor Detail

      • MXApplicationLiteralWarningException

        public MXApplicationLiteralWarningException(java.lang.String message)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Description copied from class: MXException
        Produce the message, including the message from the nested exception if there is one. If this method is called from the server side, the message in base language will be returned. If the method is called from the client site, only the message group and key will be returned. In order for the client to get a language specific message, the method getMessage(MboSetRemote) has to be used.
        Overrides:
        getMessage in class MXException
        Returns:
        message text, including nested exception if one exists. If an error is caught by this method, the message text may include ClassNotFoundException or NoClassDefFoundError.