com.supermap.services.rest

类 InputUnsafeException

    • 方法概要

      方法 
      限定符和类型 方法和说明
      java.lang.String getErrorMsg()
      获取该异常对应的错误信息。
      Status getErrorStatus()
      获取该异常所对应的 HTTP 状态。
      • 从类继承的方法 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 构造器详细资料

      • InputUnsafeException

        public InputUnsafeException()
        
    • 方法详细资料

      • getErrorStatus

        public Status getErrorStatus()
        
        从类复制的说明: HttpException

        获取该异常所对应的 HTTP 状态。

        覆盖:
        getErrorStatus 在类中 HttpException
        返回:
        HTTP 状态。
      • getErrorMsg

        public final java.lang.String getErrorMsg()
        
        从类复制的说明: HttpException

        获取该异常对应的错误信息。

        覆盖:
        getErrorMsg 在类中 HttpException
        返回:
        错误信息。