org.act.xservices.rt.metaset
类 ConfigurationError

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Error
          继承者 org.act.xservices.rt.metaset.ConfigurationError
所有已实现的接口:
java.io.Serializable

public class ConfigurationError
extends java.lang.Error

另请参见:
序列化表格

构造函数摘要
ConfigurationError(java.lang.String msg, java.lang.Exception x)
          Construct a new instance with the specified detail string and exception.
 
方法摘要
 java.lang.Exception getException()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造函数详细信息

ConfigurationError

public ConfigurationError(java.lang.String msg,
                          java.lang.Exception x)
Construct a new instance with the specified detail string and exception.

方法详细信息

getException

public java.lang.Exception getException()