com.supermap.services.rest
Class InputUnsafeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.supermap.services.rest.HttpException
-
- com.supermap.services.rest.InputUnsafeException
-
- All Implemented Interfaces:
- java.io.Serializable
public class InputUnsafeException extends HttpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description InputUnsafeException()
-
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}-
Methods inherited from class com.supermap.services.rest.HttpException
setErrorStatus
-
-
-
-
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 final 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}
-
-