|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException gboat2.base.bridge.exception.GboatNestedException gboat2.base.core.web.MetadataException
public class MetadataException
元数据处理异常
构造方法摘要 | |
---|---|
MetadataException()
MetadataException |
|
MetadataException(String message)
MetadataException |
|
MetadataException(String message,
String errorCode)
MetadataException |
|
MetadataException(String message,
Throwable cause)
MetadataException |
|
MetadataException(String message,
Throwable cause,
String errorCode)
MetadataException |
|
MetadataException(Throwable cause)
MetadataException |
|
MetadataException(Throwable cause,
String errorCode)
MetadataException |
方法摘要 |
---|
从类 gboat2.base.bridge.exception.GboatNestedException 继承的方法 |
---|
getErrorCode, setErrorCode |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造方法详细信息 |
---|
public MetadataException()
public MetadataException(String message, Throwable cause)
message
- 异常信息cause
- 原始异常public MetadataException(String message, Throwable cause, String errorCode)
message
- 异常信息cause
- 原始异常errorCode
- 错误编码public MetadataException(String message)
message
- 异常信息public MetadataException(String message, String errorCode)
message
- 异常信息errorCode
- 错误编码public MetadataException(Throwable cause)
cause
- 原始异常public MetadataException(Throwable cause, String errorCode)
cause
- 原始异常errorCode
- 错误编码
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |