public class StreamBaseListException extends StreamBaseException
| Constructor and Description |
|---|
StreamBaseListException(String message)
StreamBaseListException with given message, no location info
|
StreamBaseListException(String message,
List<T> causes)
StreamBaseListException with given message.
|
StreamBaseListException(String message,
LocatedItem location)
StreamBaseListException with given message.
|
StreamBaseListException(String message,
LocatedItem location,
Throwable cause)
StreamBaseListException with given message.
|
StreamBaseListException(String message,
T... causes)
StreamBaseListException with given message.
|
StreamBaseListException(String message,
Throwable cause)
StreamBaseListException with given message.
|
StreamBaseListException(Throwable cause)
StreamBaseListException with given cause.
|
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getCauses()
Retrieve the List of all causes, never null
|
String |
getMessage()
Return the Exceptions message including all the list of all of the causes
|
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
asXmlStringSingle, asXmlStringStrict, asXmlStringStrict, equals, getParams, hashCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLocationpublic StreamBaseListException(String message)
message - the messagepublic StreamBaseListException(Throwable cause)
cause - the wrapped exceptionpublic StreamBaseListException(String message, Throwable cause)
message - the messagecause - the wrapped exceptionpublic StreamBaseListException(String message, LocatedItem location, Throwable cause)
message - the messagelocation - the location of the exceptioncause - the wrapped exceptionpublic StreamBaseListException(String message, LocatedItem location)
message - the messagelocation - the location of the exceptionpublic StreamBaseListException(String message, List<T> causes)
message - the messagecauses - a list of causes@SafeVarargs public StreamBaseListException(String message, T... causes)
message - the messagecauses - a list of causespublic List<Throwable> getCauses()
public String getMessage()
getMessage in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2015–2018 Cloud Software Group, Inc.. All rights reserved.