congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
XMLParseException.getXMLParseException
Code IndexAdd Tabnine to your IDE (free)

How to use
getXMLParseException
method
in
org.eclipse.persistence.exceptions.XMLParseException

Best Java code snippets using org.eclipse.persistence.exceptions.XMLParseException.getXMLParseException (Showing top 15 results out of 315)

origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingXMLReader(URL url, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {url}, cause, EXCEPTION_CREATING_XML_READER);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 */
public static XMLParseException exceptionReadingXMLDocument(String xmlDocument, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {xmlDocument}, cause, EXCEPTION_READING_XML_DOCUMENT);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingDocumentBuilder(String xmlDocument, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {xmlDocument}, cause, EXCEPTION_CREATING_DOCUMENT_BUILDER);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 */
public static XMLParseException exceptionReadingXMLDocument(String xmlDocument, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {xmlDocument}, cause, EXCEPTION_READING_XML_DOCUMENT);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingSAXParser(URL url, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {url}, cause, EXCEPTION_CREATING_SAX_PARSER);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingDocumentBuilder(String xmlDocument, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {xmlDocument}, cause, EXCEPTION_CREATING_DOCUMENT_BUILDER);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 */
public static XMLParseException exceptionReadingXMLDocument(String xmlDocument, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {xmlDocument}, cause, EXCEPTION_READING_XML_DOCUMENT);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingDocumentBuilder(String xmlDocument, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {xmlDocument}, cause, EXCEPTION_CREATING_DOCUMENT_BUILDER);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingXMLReader(URL url, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {url}, cause, EXCEPTION_CREATING_XML_READER);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 */
public static XMLParseException exceptionSettingSchemaSource(URL baseUrl, URL schemaUrl, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {baseUrl, schemaUrl}, cause, EXCEPTION_SETTING_SCHEMA_SOURCE);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingXMLReader(URL url, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {url}, cause, EXCEPTION_CREATING_XML_READER);
}
origin: org.eclipse.persistence/org.eclipse.persistence.core

/**
 * INTERNAL:
 */
public static XMLParseException exceptionSettingSchemaSource(URL baseUrl, URL schemaUrl, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {baseUrl, schemaUrl}, cause, EXCEPTION_SETTING_SCHEMA_SOURCE);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingSAXParser(URL url, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {url}, cause, EXCEPTION_CREATING_SAX_PARSER);
}
origin: com.haulmont.thirdparty/eclipselink

/**
 * INTERNAL:
 */
public static XMLParseException exceptionSettingSchemaSource(URL baseUrl, URL schemaUrl, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {baseUrl, schemaUrl}, cause, EXCEPTION_SETTING_SCHEMA_SOURCE);
}
origin: org.eclipse.persistence/com.springsource.org.eclipse.persistence

/**
 * INTERNAL:
 */
public static XMLParseException exceptionCreatingSAXParser(URL url, Exception cause) {
  return XMLParseException.getXMLParseException(new Object[] {url}, cause, EXCEPTION_CREATING_SAX_PARSER);
}
org.eclipse.persistence.exceptionsXMLParseExceptiongetXMLParseException

Popular methods of XMLParseException

  • <init>
    INTERNAL: TopLink exceptions should only be thrown by TopLink.
  • setErrorCode
  • setInternalException
  • exceptionCreatingSAXParser
    INTERNAL:
  • exceptionCreatingXMLReader
    INTERNAL:

Popular in Java

  • Running tasks concurrently on multiple threads
  • getResourceAsStream (ClassLoader)
  • runOnUiThread (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top 17 PhpStorm Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now