public class StaticWeaveException extends EclipseLinkException
Modifier and Type | Field and Description |
---|---|
static int |
EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL |
static int |
EXCEPTION_NO_SOURCE_SPECIFIED |
static int |
EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR |
static int |
EXCEPTION_NO_TARGET_SPECIFIED |
static int |
EXCEPTION_OPEN_LOGGING_FILE |
static int |
EXCEPTION_OPENNING_ARCHIVE |
static int |
EXCEPTION_WEAVING |
CR, errorCode, hasBeenLogged, indentationString, internalException, session, shouldPrintInternalException
Modifier | Constructor and Description |
---|---|
|
StaticWeaveException()
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
protected |
StaticWeaveException(java.lang.String message)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
protected |
StaticWeaveException(java.lang.String message,
java.lang.Throwable internalException)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
Modifier and Type | Method and Description |
---|---|
static StaticWeaveException |
exceptionOpeningArchive(java.net.URL archive,
java.lang.Exception cause)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
static StaticWeaveException |
exceptionPerformWeaving(java.lang.Exception cause,
java.lang.Object sourceJar) |
java.lang.String |
getResourceName() |
static StaticWeaveException |
illegalLoggingLevel(java.lang.String loggingLevel)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
static StaticWeaveException |
missingSource()
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
static StaticWeaveException |
missingTarget()
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
static StaticWeaveException |
openLoggingFileException(java.lang.String LoggingFile,
java.lang.Exception cause)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
void |
setResourceName(java.lang.String resourceName) |
static StaticWeaveException |
weaveInplaceForJar(java.lang.String filePath)
INTERNAL:
EclipseLink exceptions should only be thrown by EclipseLink.
|
cr, getErrorCode, getIndentationString, getInternalException, getMessage, getSession, getUnformattedMessage, hasBeenLogged, printStackTrace, printStackTrace, printStackTrace, setErrorCode, setHasBeenLogged, setIndentationString, setInternalException, setSession, setShouldPrintInternalException, shouldPrintInternalException, toString
public static final int EXCEPTION_OPENNING_ARCHIVE
public static final int EXCEPTION_NO_SOURCE_SPECIFIED
public static final int EXCEPTION_NO_TARGET_SPECIFIED
public static final int EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR
public static final int EXCEPTION_OPEN_LOGGING_FILE
public static final int EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL
public static final int EXCEPTION_WEAVING
public StaticWeaveException()
protected StaticWeaveException(java.lang.String message)
protected StaticWeaveException(java.lang.String message, java.lang.Throwable internalException)
public static StaticWeaveException exceptionOpeningArchive(java.net.URL archive, java.lang.Exception cause)
public static StaticWeaveException weaveInplaceForJar(java.lang.String filePath)
public static StaticWeaveException missingSource()
public static StaticWeaveException missingTarget()
public static StaticWeaveException openLoggingFileException(java.lang.String LoggingFile, java.lang.Exception cause)
public static StaticWeaveException illegalLoggingLevel(java.lang.String loggingLevel)
public static StaticWeaveException exceptionPerformWeaving(java.lang.Exception cause, java.lang.Object sourceJar)
public java.lang.String getResourceName()
public void setResourceName(java.lang.String resourceName)