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(java.lang.String message)
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
protected |
SessionLoaderException(java.lang.String message,
java.lang.Throwable internalException)
INTERNAL:
TopLink exceptions should only be thrown by TopLink.
|
Modifier and Type | Method and Description |
---|---|
static SessionLoaderException |
couldNotFindProjectXml(java.lang.String fileName) |
static SessionLoaderException |
failedToLoadProjectClass(java.lang.String className,
java.lang.Throwable exception) |
static SessionLoaderException |
failedToLoadProjectXml(java.lang.String fileName,
java.lang.Throwable exception) |
static SessionLoaderException |
failedToLoadTag(java.lang.String parentNode,
java.lang.String nodeValue,
java.lang.Throwable exception) |
static SessionLoaderException |
failedToParseXML(java.lang.String message,
int lineNumber,
int columnNumber,
java.lang.Throwable exception) |
static SessionLoaderException |
failedToParseXML(java.lang.String message,
java.lang.Throwable exception) |
static SessionLoaderException |
finalException(java.util.Vector exceptionList) |
java.util.Vector<java.lang.Throwable> |
getExceptionList() |
static SessionLoaderException |
InvalidSessionXML() |
static SessionLoaderException |
nonParseException(java.lang.Throwable exception) |
void |
printStackTrace(java.io.PrintWriter writer)
PUBLIC:
Iterate through the exception list printing out the stack traces.
|
static SessionLoaderException |
serverPlatformNoLongerSupported(java.lang.String serverPlatformClassName) |
void |
setExceptionList(java.util.Vector<java.lang.Throwable> list) |
java.lang.String |
toString()
INTERNAL:
|
static SessionLoaderException |
unexpectedValueOfTag(java.lang.String nodeValue,
java.lang.String parentNode) |
static SessionLoaderException |
unknownAttributeOfTag(java.lang.String nodeName) |
static SessionLoaderException |
unkownTagAtNode(java.lang.String tagName,
java.lang.String nodeName,
java.lang.Throwable exception) |
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException
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(java.lang.String message)
protected SessionLoaderException(java.lang.String message, java.lang.Throwable internalException)
public static SessionLoaderException couldNotFindProjectXml(java.lang.String fileName)
public static SessionLoaderException unkownTagAtNode(java.lang.String tagName, java.lang.String nodeName, java.lang.Throwable exception)
public static SessionLoaderException failedToLoadProjectClass(java.lang.String className, java.lang.Throwable exception)
public static SessionLoaderException failedToLoadProjectXml(java.lang.String fileName, java.lang.Throwable exception)
public static SessionLoaderException failedToLoadTag(java.lang.String parentNode, java.lang.String nodeValue, java.lang.Throwable exception)
public static SessionLoaderException finalException(java.util.Vector exceptionList)
public static SessionLoaderException failedToParseXML(java.lang.String message, int lineNumber, int columnNumber, java.lang.Throwable exception)
public static SessionLoaderException failedToParseXML(java.lang.String message, java.lang.Throwable exception)
public static SessionLoaderException nonParseException(java.lang.Throwable exception)
public static SessionLoaderException unexpectedValueOfTag(java.lang.String nodeValue, java.lang.String parentNode)
public static SessionLoaderException unknownAttributeOfTag(java.lang.String nodeName)
public static SessionLoaderException serverPlatformNoLongerSupported(java.lang.String serverPlatformClassName)
public static SessionLoaderException InvalidSessionXML()
public void setExceptionList(java.util.Vector<java.lang.Throwable> list)
public java.util.Vector<java.lang.Throwable> getExceptionList()
public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class EclipseLinkException
public java.lang.String toString()
EclipseLinkException
toString
in class EclipseLinkException