|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.osgi.framework.hooks.weaving.WeavingException
public class WeavingException
A weaving exception used to indicate that the class load should be failed but the weaving hook must not be blacklisted by the framework.
This exception conforms to the general purpose exception chaining mechanism.
Constructor Summary | |
---|---|
WeavingException(String msg)
Creates a WeavingException with the specified message. |
|
WeavingException(String msg,
Throwable cause)
Creates a WeavingException with the specified message and
exception cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public WeavingException(String msg, Throwable cause)
WeavingException
with the specified message and
exception cause.
msg
- The associated message.cause
- The cause of this exception.public WeavingException(String msg)
WeavingException
with the specified message.
msg
- The message.
|
OSGi™ Core Release 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |