Class StaticWeaveException

All Implemented Interfaces:
Serializable

public class StaticWeaveException extends EclipseLinkException
See Also:
  • Field Details

    • EXCEPTION_OPENNING_ARCHIVE

      public static final int EXCEPTION_OPENNING_ARCHIVE
      See Also:
    • EXCEPTION_NO_SOURCE_SPECIFIED

      public static final int EXCEPTION_NO_SOURCE_SPECIFIED
      See Also:
    • EXCEPTION_NO_TARGET_SPECIFIED

      public static final int EXCEPTION_NO_TARGET_SPECIFIED
      See Also:
    • EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR

      public static final int EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR
      See Also:
    • EXCEPTION_OPEN_LOGGING_FILE

      public static final int EXCEPTION_OPEN_LOGGING_FILE
      See Also:
    • EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL

      public static final int EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL
      See Also:
    • EXCEPTION_WEAVING

      public static final int EXCEPTION_WEAVING
      See Also:
  • Constructor Details

    • StaticWeaveException

      public StaticWeaveException()
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • StaticWeaveException

      protected StaticWeaveException(String message)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • StaticWeaveException

      protected StaticWeaveException(String message, Throwable internalException)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
  • Method Details

    • exceptionOpeningArchive

      public static StaticWeaveException exceptionOpeningArchive(URL archive, Exception cause)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • weaveInplaceForJar

      public static StaticWeaveException weaveInplaceForJar(String filePath)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • missingSource

      public static StaticWeaveException missingSource()
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • missingTarget

      public static StaticWeaveException missingTarget()
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • openLoggingFileException

      public static StaticWeaveException openLoggingFileException(String LoggingFile, Exception cause)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • illegalLoggingLevel

      public static StaticWeaveException illegalLoggingLevel(String loggingLevel)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • exceptionPerformWeaving

      public static StaticWeaveException exceptionPerformWeaving(Exception cause, Object sourceJar)
    • getResourceName

      public String getResourceName()
    • setResourceName

      public void setResourceName(String resourceName)