|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
javax.xml.bind.PropertyException
This exception indicates that an error was encountered while getting or setting a property.
JAXBContext
, Validator
, Unmarshaller
, Serialized FormConstructor Summary | |
PropertyException(java.lang.String message) Constructor for PropertyException. |
|
PropertyException(java.lang.String name, java.lang.Object value) Constructor for PropertyException. |
|
PropertyException(java.lang.String message, java.lang.String errorCode) Constructor for PropertyException. |
|
PropertyException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable exception) Constructor for PropertyException. |
|
PropertyException(java.lang.String message, java.lang.Throwable exception) Constructor for PropertyException. |
|
PropertyException(java.lang.Throwable exception) Constructor for PropertyException. |
Methods inherited from class javax.xml.bind.JAXBException |
getErrorCode, getLinkedException, printStackTrace, printStackTrace, setLinkedException, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PropertyException(java.lang.String message)
message
-public PropertyException(java.lang.String message, java.lang.String errorCode)
message
-errorCode
-public PropertyException(java.lang.Throwable exception)
exception
-public PropertyException(java.lang.String message, java.lang.Throwable exception)
message
-exception
-public PropertyException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable exception)
message
-errorCode
-exception
-public PropertyException(java.lang.String name, java.lang.Object value)
name
- the name of the property related to this exceptionvalue
- the value of the property related to this exception
|
Oracle® Application Server XML Java API Reference 10g Release 3 (10.1.3) B28238-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |