psdi.util

Class MXRequiredFieldException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MXRequiredFieldException
    extends MXApplicationException
    implements java.io.Serializable
    This MXException class is the exception to be thrown when a required field is null (blank) This exception is caught by the Tpae Application Framework and is used to determine if the framework should look for additional required fields and show the user where those exceptions are.
    See Also:
    Serialized Form
    • Constructor Detail

      • MXRequiredFieldException

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

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

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

        public MXRequiredFieldException(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