org.osgi.framework.hooks.weaving
Class WeavingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.osgi.framework.hooks.weaving.WeavingException
- All Implemented Interfaces:
- Serializable
public class WeavingException
- extends RuntimeException
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.
- Version:
- $Id: eb38b85f6ed66ec445fb2f0ee7143df021327a9a $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WeavingException
public WeavingException(String msg,
Throwable cause)
- Creates a
WeavingException with the specified message and
exception cause.
- Parameters:
msg - The associated message.cause - The cause of this exception.
WeavingException
public WeavingException(String msg)
- Creates a
WeavingException with the specified message.
- Parameters:
msg - The message.
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.