|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
java.lang.Objectjava.lang.Throwable
java.lang.Error
org.act.xservices.rt.metaset.BuilderConfigurationError
public class BuilderConfigurationError
Thrown when a problem with configuration with the Parser exists. This error will typically be thrown when the class of a parser specified in the factory properties cannot be found or instantiated.
构造函数摘要 | |
---|---|
BuilderConfigurationError()
Create a new ParserConfigurationError with no
detail mesage. |
|
BuilderConfigurationError(java.lang.Exception e)
Create a new ParserConfigurationError with a
given Exception base cause of the error. |
|
BuilderConfigurationError(java.lang.Exception e,
java.lang.String msg)
Create a new ParserConfigurationError with the
given Exception base cause and detail message. |
|
BuilderConfigurationError(java.lang.String msg)
Create a new ParserConfigurationError with
the String specified as an error message. |
方法摘要 | |
---|---|
java.lang.Exception |
getException()
Return the actual exception (if any) that caused this exception to be raised. |
java.lang.String |
getMessage()
Return the message (if any) for this error . |
从类 java.lang.Throwable 继承的方法 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
从类 java.lang.Object 继承的方法 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造函数详细信息 |
---|
public BuilderConfigurationError()
ParserConfigurationError
with no
detail mesage.
public BuilderConfigurationError(java.lang.String msg)
ParserConfigurationError
with
the String
specified as an error message.
msg
- The error message for the exception.public BuilderConfigurationError(java.lang.Exception e)
ParserConfigurationError
with a
given Exception
base cause of the error.
e
- The exception to be encapsulated in a
FactoryConfigurationError.public BuilderConfigurationError(java.lang.Exception e, java.lang.String msg)
ParserConfigurationError
with the
given Exception
base cause and detail message.
e
- The exception to be encapsulated in a
FactoryConfigurationErrormsg
- The detail message.方法详细信息 |
---|
public java.lang.String getMessage()
java.lang.Throwable
中的 getMessage
public java.lang.Exception getException()
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |