Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

B32476-03

oracle.toplink.exceptions
Class StaticWeaveException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.toplink.exceptions.TopLinkException
                  extended by oracle.toplink.exceptions.StaticWeaveException
All Implemented Interfaces:
java.io.Serializable

public class StaticWeaveException
extends TopLinkException

See Also:
Serialized Form

Field Summary
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
           
 
Method Summary
static StaticWeaveException exceptionPerformWeaving(java.lang.Exception cause)
           
 java.lang.String getResourceName()
           
 void setResourceName(java.lang.String resourceName)
           
 
Methods inherited from class oracle.toplink.exceptions.TopLinkException
getErrorCode, getInternalException, getMessage, getSession, printStackTrace, printStackTrace, printStackTrace, setShouldPrintInternalException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXCEPTION_OPENNING_ARCHIVE

public static final int EXCEPTION_OPENNING_ARCHIVE
See Also:
Constant Field Values

EXCEPTION_NO_SOURCE_SPECIFIED

public static final int EXCEPTION_NO_SOURCE_SPECIFIED
See Also:
Constant Field Values

EXCEPTION_NO_TARGET_SPECIFIED

public static final int EXCEPTION_NO_TARGET_SPECIFIED
See Also:
Constant Field Values

EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR

public static final int EXCEPTION_NO_SUPPORT_WEAVING_INPLACE_FOR_JAR
See Also:
Constant Field Values

EXCEPTION_OPEN_LOGGING_FILE

public static final int EXCEPTION_OPEN_LOGGING_FILE
See Also:
Constant Field Values

EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL

public static final int EXCEPTION_FOR_ILLEGALE_LOGGING_LEVEL
See Also:
Constant Field Values

EXCEPTION_WEAVING

public static final int EXCEPTION_WEAVING
See Also:
Constant Field Values
Method Detail

exceptionPerformWeaving

public static StaticWeaveException exceptionPerformWeaving(java.lang.Exception cause)

getResourceName

public java.lang.String getResourceName()

setResourceName

public void setResourceName(java.lang.String resourceName)

Copyright © 1998, 2010, Oracle. All Rights Reserved.