org.aopalliance.aop
Class AspectException
RuntimeException
org.aopalliance.aop.AspectException
public class AspectException
extends RuntimeException
Superclass for all AOP infrastructure exceptions.
Unchecked, as such exceptions are fatal and end user
code shouldn't be forced to catch them.
AspectException
public AspectException(String s)
Constructor for AspectException.
AspectException
public AspectException(String s,
Throwable t)
Constructor for AspectException.
getCause
public Throwable getCause()
Return the root cause of this exception.
May be null
getMessage
public String getMessage()
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(PrintStream out)
printStackTrace
public void printStackTrace(PrintWriter out)
toString
public String toString()