public class MultiException extends Exception
Constructor and Description |
---|
MultiException() |
Modifier and Type | Method and Description |
---|---|
void |
add(Exception e) |
Throwable |
getCause() |
String |
getMessage() |
StackTraceElement[] |
getStackTrace() |
boolean |
isNotEmpty() |
void |
printStackTrace() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public void add(Exception e)
public String getMessage()
getMessage
in class Throwable
public StackTraceElement[] getStackTrace()
getStackTrace
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public boolean isNotEmpty()
Copyright © 2016–2022 Uleska. All rights reserved.