com.supermap.services.rest
Class PreInputValidater.PreInputValidateFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.supermap.services.rest.HttpException
-
- com.supermap.services.rest.PreInputValidater.PreInputValidateFailedException
-
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- PreInputValidater
public static class PreInputValidater.PreInputValidateFailedException extends HttpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description PreInputValidater.PreInputValidateFailedException(java.lang.String pInvalidInputName)
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetErrorMsg()${services_rest_HttpException_method_getErrorMsg_Title}StatusgetErrorStatus()${services_rest_HttpException_method_getErrorStatus_Title}java.lang.StringgetInvalidInputName()-
Methods inherited from class com.supermap.services.rest.HttpException
setErrorStatus
-
-
-
-
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:
getErrorStatusin classHttpException- 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:
getErrorMsgin classHttpException- Returns:
- ${services_rest_HttpException_method_getErrorMsg_return}
-
getInvalidInputName
public java.lang.String getInvalidInputName()
-
-