public class AspectException extends RuntimeException
| Constructor and Description |
|---|
AspectException(String s)
Constructor for AspectException.
|
AspectException(String s,
Throwable t)
Constructor for AspectException.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Return the root cause of this exception.
|
String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream out) |
void |
printStackTrace(PrintWriter out) |
String |
toString() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic AspectException(String s)
s - the stringpublic Throwable getCause()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter out)
printStackTrace in class ThrowableCopyright © 2021. All rights reserved.