EclipseLink 1.1.4, build 'v20100812-r7860' API Reference

org.eclipse.persistence.exceptions
Class JAXBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.persistence.exceptions.EclipseLinkException
                  extended by org.eclipse.persistence.exceptions.JAXBException
All Implemented Interfaces:
java.io.Serializable

public class JAXBException
extends EclipseLinkException

Purpose:

Responsibilities:

See Also:
Serialized Form
Since:
Oracle EclipseLink 1.0

Field Summary
static int NO_OBJECT_FACTORY_OR_JAXB_INDEX_IN_PATH
           
 
Fields inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
 
Constructor Summary
protected JAXBException(java.lang.String message)
           
protected JAXBException(java.lang.String message, java.lang.Exception internalException)
           
 
Method Summary
static JAXBException noObjectFactoryOrJaxbIndexInPath(java.lang.String path)
           
 
Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_OBJECT_FACTORY_OR_JAXB_INDEX_IN_PATH

public static final int NO_OBJECT_FACTORY_OR_JAXB_INDEX_IN_PATH
See Also:
Constant Field Values
Constructor Detail

JAXBException

protected JAXBException(java.lang.String message)

JAXBException

protected JAXBException(java.lang.String message,
                        java.lang.Exception internalException)
Method Detail

noObjectFactoryOrJaxbIndexInPath

public static JAXBException noObjectFactoryOrJaxbIndexInPath(java.lang.String path)

EclipseLink 1.1.4, build 'v20100812-r7860' API Reference