public class BaseException extends java.lang.RuntimeException
BaseException - the base/root exception for all exception classes in Moqui Framework.
Constructor and description |
---|
BaseException
(java.lang.String message) |
BaseException
(java.lang.String message, java.lang.Throwable nested) |
BaseException
(java.lang.Throwable nested) |
Type Params | Return Type | Name and description |
---|---|---|
|
public static java.lang.Throwable |
filterStackTrace(java.lang.Throwable t) |
|
public static java.lang.StackTraceElement[] |
filterStackTrace(java.lang.StackTraceElement[] orig) |
|
public java.lang.StackTraceElement[] |
getStackTrace() |
|
public void |
printStackTrace() |
|
public void |
printStackTrace(java.io.PrintStream printStream) |
|
public void |
printStackTrace(java.io.PrintWriter printWriter) |
Methods inherited from class | Name |
---|---|
class java.lang.RuntimeException |
java.lang.RuntimeException#printStackTrace(), java.lang.RuntimeException#printStackTrace(java.io.PrintWriter), java.lang.RuntimeException#printStackTrace(java.io.PrintStream), java.lang.RuntimeException#fillInStackTrace(), java.lang.RuntimeException#getCause(), java.lang.RuntimeException#initCause(java.lang.Throwable), java.lang.RuntimeException#toString(), java.lang.RuntimeException#getMessage(), java.lang.RuntimeException#getSuppressed(), java.lang.RuntimeException#getLocalizedMessage(), java.lang.RuntimeException#getStackTrace(), java.lang.RuntimeException#setStackTrace([Ljava.lang.StackTraceElement;), java.lang.RuntimeException#addSuppressed(java.lang.Throwable), java.lang.RuntimeException#wait(long), java.lang.RuntimeException#wait(long, int), java.lang.RuntimeException#wait(), java.lang.RuntimeException#equals(java.lang.Object), java.lang.RuntimeException#hashCode(), java.lang.RuntimeException#getClass(), java.lang.RuntimeException#notify(), java.lang.RuntimeException#notifyAll() |