public class PropertyAccessException extends org.frameworkset.util.beans.BeansException implements ErrorCoded
Title: PropertyAccessException.java
Description:
bboss workgroup
Copyright (c) 2008
| 限定符和类型 | 字段和说明 |
|---|---|
protected java.lang.String |
errorCode |
| 构造器和说明 |
|---|
PropertyAccessException(java.beans.PropertyChangeEvent propertyChangeEvent,
java.lang.String msg,
java.lang.Throwable cause)
Create a new PropertyAccessException.
|
PropertyAccessException(java.lang.String msg,
java.lang.Throwable cause)
Create a new PropertyAccessException without PropertyChangeEvent.
|
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getErrorCode()
Return the error code associated with this failure.
|
java.beans.PropertyChangeEvent |
getPropertyChangeEvent()
Return the PropertyChangeEvent that resulted in the problem.
|
void |
setErrorCode(java.lang.String errorCode) |
contains, getMessage, getMostSpecificCause, getRootCausepublic PropertyAccessException(java.beans.PropertyChangeEvent propertyChangeEvent,
java.lang.String msg,
java.lang.Throwable cause)
propertyChangeEvent - the PropertyChangeEvent that resulted in the problemmsg - the detail messagecause - the root causepublic PropertyAccessException(java.lang.String msg,
java.lang.Throwable cause)
msg - the detail messagecause - the root causepublic java.beans.PropertyChangeEvent getPropertyChangeEvent()
null; only available if an actual bean property
was affected.public java.lang.String getErrorCode()
ErrorCodedgetErrorCode 在接口中 ErrorCodednull if not error-codedpublic void setErrorCode(java.lang.String errorCode)