|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
javax.xml.bind.PropertyException
public class PropertyException
| Constructor Summary | |
|---|---|
PropertyException(String message)
|
|
PropertyException(String name,
Object value)
|
|
PropertyException(String message,
String errorCode)
|
|
PropertyException(String message,
String errorCode,
Throwable cause)
|
|
PropertyException(String message,
Throwable cause)
|
|
PropertyException(Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class javax.xml.bind.JAXBException |
|---|
getCause, getErrorCode, getLinkedException, setLinkedException, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyException(String message)
public PropertyException(String message,
String errorCode)
public PropertyException(Throwable cause)
public PropertyException(String message,
Throwable cause)
public PropertyException(String message,
String errorCode,
Throwable cause)
public PropertyException(String name,
Object value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||