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
另请参见:
序列化表格

构造方法摘要
GboatNestedException()
           
GboatNestedException(String message)
           
GboatNestedException(String message, String errorCode)
           
GboatNestedException(String message, Throwable cause)
           
GboatNestedException(String message, Throwable cause, String errorCode)
           
GboatNestedException(Throwable cause)
           
GboatNestedException(Throwable cause, String errorCode)
           
 
方法摘要
 String getErrorCode()
           
 void setErrorCode(String errorCode)
           
 
从类 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
 

构造方法详细信息

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.