org.eclipse.persistence.platform.xml
Class XMLPlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.persistence.exceptions.EclipseLinkException
org.eclipse.persistence.platform.xml.XMLPlatformException
- All Implemented Interfaces:
- Serializable
public class XMLPlatformException
- extends EclipseLinkException
- See Also:
- Serialized Form
Methods inherited from class org.eclipse.persistence.exceptions.EclipseLinkException |
getErrorCode, getIndentationString, getInternalException, getMessage, getSession, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString |
XML_PLATFORM_CLASS_NOT_FOUND
public static final int XML_PLATFORM_CLASS_NOT_FOUND
- See Also:
- Constant Field Values
XML_PLATFORM_COULD_NOT_INSTANTIATE
public static final int XML_PLATFORM_COULD_NOT_INSTANTIATE
- See Also:
- Constant Field Values
XML_PLATFORM_COULD_NOT_CREATE_DOCUMENT
public static final int XML_PLATFORM_COULD_NOT_CREATE_DOCUMENT
- See Also:
- Constant Field Values
XML_PLATFORM_INVALID_XPATH
public static final int XML_PLATFORM_INVALID_XPATH
- See Also:
- Constant Field Values
XML_PLATFORM_VALIDATION_EXCEPTION
public static final int XML_PLATFORM_VALIDATION_EXCEPTION
- See Also:
- Constant Field Values
XML_PLATFORM_PARSER_ERROR_RESOLVING_XML_SCHEMA
public static final int XML_PLATFORM_PARSER_ERROR_RESOLVING_XML_SCHEMA
- See Also:
- Constant Field Values
XML_PLATFORM_PARSE_EXCEPTION
public static final int XML_PLATFORM_PARSE_EXCEPTION
- See Also:
- Constant Field Values
XML_PLATFORM_PARSER_FILE_NOT_FOUND_EXCEPTION
public static final int XML_PLATFORM_PARSER_FILE_NOT_FOUND_EXCEPTION
- See Also:
- Constant Field Values
XML_PLATFORM_PARSER_SAX_PARSE_EXCEPTION
public static final int XML_PLATFORM_PARSER_SAX_PARSE_EXCEPTION
- See Also:
- Constant Field Values
XML_PLATFORM_TRANSFORM_EXCEPTION
public static final int XML_PLATFORM_TRANSFORM_EXCEPTION
- See Also:
- Constant Field Values
XML_PLATFORM_INVALID_TYPE
public static final int XML_PLATFORM_INVALID_TYPE
- See Also:
- Constant Field Values
xmlPlatformClassNotFound
public static XMLPlatformException xmlPlatformClassNotFound(String xmlPlatformClassName,
Exception nestedException)
xmlPlatformCouldNotInstantiate
public static XMLPlatformException xmlPlatformCouldNotInstantiate(String xmlPlatformClassName,
Exception nestedException)
xmlPlatformCouldNotCreateDocument
public static XMLPlatformException xmlPlatformCouldNotCreateDocument(Exception nestedException)
xmlPlatformInvalidXPath
public static XMLPlatformException xmlPlatformInvalidXPath(Exception nestedException)
xmlPlatformValidationException
public static XMLPlatformException xmlPlatformValidationException(Exception nestedException)
xmlPlatformValidationException
public static XMLPlatformException xmlPlatformValidationException(String errorMessage)
- Takes an error messsage string
xmlPlatformInvalidTypeException
public static XMLPlatformException xmlPlatformInvalidTypeException(int type)
- Handles an invalid type setting in a schema reference.
- See Also:
org.eclipse.persistence.platform.xml.XMLSchemaReference.getType()
xmlPlatformParseException
public static XMLPlatformException xmlPlatformParseException(Exception nestedException)
xmlPlatformFileNotFoundException
public static XMLPlatformException xmlPlatformFileNotFoundException(File file,
IOException nestedException)
xmlPlatformSAXParseException
public static XMLPlatformException xmlPlatformSAXParseException(SAXParseException nestedException)
xmlPlatformErrorResolvingXMLSchema
public static XMLPlatformException xmlPlatformErrorResolvingXMLSchema(URL url,
Exception nestedException)
xmlPlatformErrorResolvingXMLSchemas
public static XMLPlatformException xmlPlatformErrorResolvingXMLSchemas(Object[] schemas,
Exception nestedException)
xmlPlatformTransformException
public static XMLPlatformException xmlPlatformTransformException(Exception nestedException)