static SessionLoaderException |
SessionLoaderException.couldNotFindProjectXml(String fileName) |
|
static SessionLoaderException |
SessionLoaderException.failedToLoadProjectClass(String className,
Throwable exception) |
|
static SessionLoaderException |
SessionLoaderException.failedToLoadProjectXml(String fileName,
Throwable exception) |
|
static SessionLoaderException |
SessionLoaderException.failedToLoadTag(String parentNode,
String nodeValue,
Throwable exception) |
|
static SessionLoaderException |
SessionLoaderException.failedToParseXML(String message,
int lineNumber,
int columnNumber,
Throwable exception) |
|
static SessionLoaderException |
SessionLoaderException.failedToParseXML(String message,
Throwable exception) |
|
static SessionLoaderException |
SessionLoaderException.finalException(Vector exceptionList) |
|
static SessionLoaderException |
SessionLoaderException.InvalidSessionXML() |
|
static SessionLoaderException |
SessionLoaderException.nonParseException(Throwable exception) |
|
static SessionLoaderException |
SessionLoaderException.serverPlatformNoLongerSupported(String serverPlatformClassName) |
|
static SessionLoaderException |
SessionLoaderException.unexpectedValueOfTag(String nodeValue,
String parentNode) |
|
static SessionLoaderException |
SessionLoaderException.unknownAttributeOfTag(String nodeName) |
|
static SessionLoaderException |
SessionLoaderException.unkownTagAtNode(String tagName,
String nodeName,
Throwable exception) |
|