| 
Oracle® Database XML Java API Reference 12c Release 1 (12.1) E15981-09  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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
public class PropertyException
This exception indicates that an error was encountered while getting or setting a property.
JAXBContext, Validator, Unmarshaller, Serialized Form| Constructor 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.  | 
|
| Method Summary | 
|---|
| 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 | 
|---|
equals, 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® Database XML Java API Reference 12c Release 1 (12.1) E15981-09  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2003, 2014, Oracle and/or its affiliates. All rights reserved.