public class WeavingException extends RuntimeException
This exception conforms to the general purpose exception chaining mechanism.
Constructor and Description |
---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.Copyright © 2006-2015 The Apache Software Foundation. All Rights Reserved.