public class SessionLoaderException extends EclipseLinkException
Modifier and Type | Field and Description |
---|---|
static int |
COULD_NOT_FIND_PROJECT_XML |
static int |
FAILED_TO_LOAD_PROJECT_XML |
static int |
FINAL_EXCEPTION |
static int |
INVALID_SESSION_XML |
static int |
NON_PARSE_EXCEPTION |
static int |
SERVER_PLATFORM_NO_LONGER_SUPPORTED |
static int |
UN_EXPECTED_VALUE_OF_TAG |
static int |
UNABLE_TO_LOAD_PROJECT_CLASS |
static int |
UNABLE_TO_PARSE_XML |
static int |
UNABLE_TO_PROCESS_TAG |
static int |
UNKNOWN_ATTRIBUTE_OF_TAG |
static int |
UNKNOWN_TAG |
static int |
XML_SCHEMA_PARSING_ERROR |
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
Modifier | Constructor and Description |
---|---|
|
SessionLoaderException()
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
protected |
SessionLoaderException(String message)
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
protected |
SessionLoaderException(String message,
Throwable internalException)
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public static final int FINAL_EXCEPTION
public static final int UNKNOWN_TAG
public static final int UNABLE_TO_LOAD_PROJECT_CLASS
public static final int UNABLE_TO_PROCESS_TAG
public static final int COULD_NOT_FIND_PROJECT_XML
public static final int FAILED_TO_LOAD_PROJECT_XML
public static final int UNABLE_TO_PARSE_XML
public static final int NON_PARSE_EXCEPTION
public static final int UN_EXPECTED_VALUE_OF_TAG
public static final int UNKNOWN_ATTRIBUTE_OF_TAG
public static final int XML_SCHEMA_PARSING_ERROR
public static final int SERVER_PLATFORM_NO_LONGER_SUPPORTED
public static final int INVALID_SESSION_XML
public SessionLoaderException()
protected SessionLoaderException(String message)
public static SessionLoaderException couldNotFindProjectXml(String fileName)
public static SessionLoaderException unkownTagAtNode(String tagName, String nodeName, Throwable exception)
public static SessionLoaderException failedToLoadProjectClass(String className, Throwable exception)
public static SessionLoaderException failedToLoadProjectXml(String fileName, Throwable exception)
public static SessionLoaderException failedToLoadTag(String parentNode, String nodeValue, Throwable exception)
public static SessionLoaderException finalException(Vector exceptionList)
public static SessionLoaderException failedToParseXML(String message, int lineNumber, int columnNumber, Throwable exception)
public static SessionLoaderException failedToParseXML(String message, Throwable exception)
public static SessionLoaderException nonParseException(Throwable exception)
public static SessionLoaderException unexpectedValueOfTag(String nodeValue, String parentNode)
public static SessionLoaderException unknownAttributeOfTag(String nodeName)
public static SessionLoaderException serverPlatformNoLongerSupported(String serverPlatformClassName)
public static SessionLoaderException InvalidSessionXML()
public void printStackTrace(PrintWriter writer)
printStackTrace
in class EclipseLinkException
public String toString()
EclipseLinkException
toString
in class EclipseLinkException
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.