|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
javax.xml.bind Class PropertyException
java.lang.Object java.lang.Throwable java.lang.Exception javax.xml.bind.JAXBException javax.xml.bind.PropertyException
- 所有已实现的接口:
- Serializable
public class PropertyException
- extends JAXBException
This exception indicates that an error was encountered while getting or setting a property.
- 从以下版本开始:
- JAXB1.0
- 版本:
- $Revision: 1.1 $ $Date: 2004/12/14 21:50:40 $
- 作者:
- Ryan Shoemaker, Sun Microsystems, Inc.
- Kohsuke Kawaguchi, Sun Microsystems, Inc.
- Joe Fialli, Sun Microsystems, Inc.
- 另请参见:
JAXBContext
,Validator
,Unmarshaller
, Serialized Form
构造器摘要 | |
---|---|
PropertyException(String message)
Construct a PropertyException with the specified detail message. |
|
PropertyException(String name,
Object value)
Construct a PropertyException whose message field is set based on the name of the property and value.toString(). |
|
PropertyException(String message,
String errorCode)
Construct a PropertyException with the specified detail message and vendor specific errorCode. |
|
PropertyException(String message,
String errorCode,
Throwable exception)
Construct a PropertyException with the specified detail message, vendor specific errorCode, and linkedException. |
|
PropertyException(String message,
Throwable exception)
Construct a PropertyException with the specified detail message and linkedException. |
|
PropertyException(Throwable exception)
Construct a PropertyException with a linkedException. |
方法摘要 |
---|
类方法继承 javax.xml.bind.JAXBException |
---|
getCause, getErrorCode, getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException, toString |
类方法继承 java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
类方法继承 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
构造器详细信息 |
---|
PropertyException
public PropertyException(String message)
- Construct a PropertyException with the specified detail message. The
errorCode and linkedException will default to null.
- 参数:
message
- a description of the exception
PropertyException
public PropertyException(String message, String errorCode)
- Construct a PropertyException with the specified detail message and
vendor specific errorCode. The linkedException will default to null.
- 参数:
message
- a description of the exceptionerrorCode
- a string specifying the vendor specific error code
PropertyException
public PropertyException(Throwable exception)
- Construct a PropertyException with a linkedException. The detail
message and vendor specific errorCode will default to null.
- 参数:
exception
- the linked exception
PropertyException
public PropertyException(String message, Throwable exception)
- Construct a PropertyException with the specified detail message and
linkedException. The errorCode will default to null.
- 参数:
message
- a description of the exceptionexception
- the linked exception
PropertyException
public PropertyException(String message, String errorCode, Throwable exception)
- Construct a PropertyException with the specified detail message, vendor
specific errorCode, and linkedException.
- 参数:
message
- a description of the exceptionerrorCode
- a string specifying the vendor specific error codeexception
- the linked exception
PropertyException
public PropertyException(String name, Object value)
- Construct a PropertyException whose message field is set based on the
name of the property and value.toString().
- 参数:
name
- the name of the property related to this exceptionvalue
- the value of the property related to this exception
|
Java EE 5 SDK 深圳电信培训中心.徐海蛟老师. |
||||||||
上一个类 下一个类 | 框架 无框架 | ||||||||
摘要: 嵌套 | 字段 | 构造器 | 方法 | 详细信息: 字段 | 构造器 | 方法 |
提交错误或意见
版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.