gboat2.base.view
类 GboatViewException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 gboat2.base.bridge.exception.GboatNestedException
                  继承者 gboat2.base.view.GboatViewException
所有已实现的接口:
Serializable

public class GboatViewException
extends GboatNestedException

Gboat2 平台的视图展现异常

从以下版本开始:
3.0
作者:
何明旺
另请参见:
序列化表格

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

构造方法详细信息

GboatViewException

public GboatViewException()

GboatViewException

public GboatViewException(String message,
                          Throwable cause)

GboatViewException

public GboatViewException(String message,
                          Throwable cause,
                          String errorCode)

GboatViewException

public GboatViewException(String message)

GboatViewException

public GboatViewException(String message,
                          String errorCode)

GboatViewException

public GboatViewException(Throwable cause)

GboatViewException

public GboatViewException(Throwable cause,
                          String errorCode)


Copyright © 2014 广联达软件股份有限公司(Glodon Software Co., Ltd.). All rights reserved.