gboat2.base.bridge.exception
类 GboatNestedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gboat2.base.bridge.exception.GboatNestedException
- 所有已实现的接口:
- Serializable
- 直接已知子类:
- AbstractPrivilegeException, ApproveException, ApproveFlowException, DefaultGboatNestedException, GboatLoggingException, GboatSecurityException, GboatViewException, InternalInvalidException, MetadataException, NouniqueActionException, ResourceException, ServiceFlowException
public abstract class GboatNestedException
- extends RuntimeException
运行时异常抽象类,系统中所有的运行时异常需要继承此类。
系统提供默认实现运行异常类 DefaultGboatNestedException
- 作者:
- zhangxj-a
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GboatNestedException
public GboatNestedException()
GboatNestedException
public GboatNestedException(String message,
Throwable cause)
GboatNestedException
public GboatNestedException(String message,
Throwable cause,
String errorCode)
GboatNestedException
public GboatNestedException(String message)
GboatNestedException
public GboatNestedException(String message,
String errorCode)
GboatNestedException
public GboatNestedException(Throwable cause)
GboatNestedException
public GboatNestedException(Throwable cause,
String errorCode)
getErrorCode
public String getErrorCode()
setErrorCode
public void setErrorCode(String errorCode)
Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.