Class SessionLoaderException

    • Constructor Detail

      • SessionLoaderException

        public SessionLoaderException()
        INTERNAL: TopLink exceptions should only be thrown by TopLink.
      • SessionLoaderException

        protected SessionLoaderException​(java.lang.String message)
        INTERNAL: TopLink exceptions should only be thrown by TopLink.
      • SessionLoaderException

        protected SessionLoaderException​(java.lang.String message,
                                         java.lang.Throwable internalException)
        INTERNAL: TopLink exceptions should only be thrown by TopLink.
    • Method Detail

      • couldNotFindProjectXml

        public static SessionLoaderException couldNotFindProjectXml​(java.lang.String fileName)
      • unkownTagAtNode

        public static SessionLoaderException unkownTagAtNode​(java.lang.String tagName,
                                                             java.lang.String nodeName,
                                                             java.lang.Throwable exception)
      • failedToLoadProjectClass

        public static SessionLoaderException failedToLoadProjectClass​(java.lang.String className,
                                                                      java.lang.Throwable exception)
      • failedToLoadProjectXml

        public static SessionLoaderException failedToLoadProjectXml​(java.lang.String fileName,
                                                                    java.lang.Throwable exception)
      • failedToLoadTag

        public static SessionLoaderException failedToLoadTag​(java.lang.String parentNode,
                                                             java.lang.String nodeValue,
                                                             java.lang.Throwable exception)
      • failedToParseXML

        public static SessionLoaderException failedToParseXML​(java.lang.String message,
                                                              int lineNumber,
                                                              int columnNumber,
                                                              java.lang.Throwable exception)
      • failedToParseXML

        public static SessionLoaderException failedToParseXML​(java.lang.String message,
                                                              java.lang.Throwable exception)
      • nonParseException

        public static SessionLoaderException nonParseException​(java.lang.Throwable exception)
      • unexpectedValueOfTag

        public static SessionLoaderException unexpectedValueOfTag​(java.lang.String nodeValue,
                                                                  java.lang.String parentNode)
      • unknownAttributeOfTag

        public static SessionLoaderException unknownAttributeOfTag​(java.lang.String nodeName)
      • serverPlatformNoLongerSupported

        public static SessionLoaderException serverPlatformNoLongerSupported​(java.lang.String serverPlatformClassName)
      • setExceptionList

        public void setExceptionList​(java.util.Vector<java.lang.Throwable> list)
      • getExceptionList

        public java.util.Vector<java.lang.Throwable> getExceptionList()
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter writer)
        PUBLIC: Iterate through the exception list printing out the stack traces.
        Overrides:
        printStackTrace in class EclipseLinkException