gboat2.base.core.web
类 MetadataException

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

public class MetadataException
extends GboatNestedException

元数据处理异常

从以下版本开始:
jdk1.6
作者:
lysming
另请参见:
序列化表格

构造方法摘要
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
 

构造方法详细信息

MetadataException

public MetadataException()
MetadataException


MetadataException

public MetadataException(String message,
                         Throwable cause)
MetadataException

参数:
message - 异常信息
cause - 原始异常

MetadataException

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

参数:
message - 异常信息
cause - 原始异常
errorCode - 错误编码

MetadataException

public MetadataException(String message)
MetadataException

参数:
message - 异常信息

MetadataException

public MetadataException(String message,
                         String errorCode)
MetadataException

参数:
message - 异常信息
errorCode - 错误编码

MetadataException

public MetadataException(Throwable cause)
MetadataException

参数:
cause - 原始异常

MetadataException

public MetadataException(Throwable cause,
                         String errorCode)
MetadataException

参数:
cause - 原始异常
errorCode - 错误编码


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