com.supermap.services.rest

Class PreInputValidater.PreInputValidateFailedException

  • java.lang.Object
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getErrorMsg()
      ${services_rest_HttpException_method_getErrorMsg_Title}
      Status getErrorStatus()
      ${services_rest_HttpException_method_getErrorStatus_Title}
      java.lang.String getInvalidInputName() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PreInputValidater.PreInputValidateFailedException

        public PreInputValidater.PreInputValidateFailedException(java.lang.String pInvalidInputName)
        
    • Method Detail

      • getErrorStatus

        public Status getErrorStatus()
        
        Description copied from class: HttpException

        ${services_rest_HttpException_method_getErrorStatus_Title}

        ${services_rest_HttpException_method_getErrorStatus_Description}

        Overrides:
        getErrorStatus in class HttpException
        Returns:
        ${services_rest_HttpException_method_getErrorStatus_return}
      • getErrorMsg

        public java.lang.String getErrorMsg()
        
        Description copied from class: HttpException

        ${services_rest_HttpException_method_getErrorMsg_Title}

        ${services_rest_HttpException_method_getErrorMsg_Description}

        Overrides:
        getErrorMsg in class HttpException
        Returns:
        ${services_rest_HttpException_method_getErrorMsg_return}
      • getInvalidInputName

        public java.lang.String getInvalidInputName()