javax.xml.bind
Class PropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.bind.JAXBException
              extended by javax.xml.bind.PropertyException
All Implemented Interfaces:
Serializable

public class PropertyException
extends JAXBException

See Also:
Serialized Form

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

PropertyException

public PropertyException(String message)

PropertyException

public PropertyException(String message,
                         String errorCode)

PropertyException

public PropertyException(Throwable cause)

PropertyException

public PropertyException(String message,
                         Throwable cause)

PropertyException

public PropertyException(String message,
                         String errorCode,
                         Throwable cause)

PropertyException

public PropertyException(String name,
                         Object value)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.