psdi.util

Class MXApplicationWarningException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    MXApplicationLiteralWarningException


    public class MXApplicationWarningException
    extends MXApplicationException
    Represents a validation warning level exception that can occur during filed setValue() validation. When an exception of this type is thrown, the client programs can take input from the user to either proceed with the setValue() or not.
    See Also:
    Serialized Form
    • Constructor Detail

      • MXApplicationWarningException

        public MXApplicationWarningException(java.lang.String eg,
                                             java.lang.String ek)
        Construct an exception with the error group and key
      • MXApplicationWarningException

        public MXApplicationWarningException(java.lang.String eg,
                                             java.lang.String ek,
                                             java.lang.Object[] params)
        Construct an exception with the error group, key and additonal params
      • MXApplicationWarningException

        public MXApplicationWarningException(java.lang.String eg,
                                             java.lang.String ek,
                                             java.lang.Throwable t)
        Construct an exception with the error group,key and nested exception
      • MXApplicationWarningException

        public MXApplicationWarningException(java.lang.String eg,
                                             java.lang.String ek,
                                             java.lang.Object[] p,
                                             java.lang.Throwable t)
        Construct an exception with the error group, key, parameters and the nested exception