public class ExceptionGroup
extends BusException
BusExceptions
object contains a vector of
exceptions that have occured at the same level.
Constructor and Description |
---|
ExceptionGroup(java.util.Collection<?> exceptions) |
ExceptionGroup(IStringResource message,
java.lang.Object... insertions) |
ExceptionGroup(java.lang.String s,
java.lang.Throwable... exceptions)
Constructs an
BusException with the specified detail message
and a vector of exceptions |
ExceptionGroup(java.lang.String s,
java.util.Vector<?> vector)
Constructs an
BusException with the specified detail message
and a vector of exceptions |
ExceptionGroup(java.lang.Throwable... exceptions)
Constructs a
BusException that contains a vector of exceptions. |
ExceptionGroup(java.lang.Throwable cause,
IStringResource message,
java.lang.Object... insertions) |
ExceptionGroup(java.util.Vector<? extends java.lang.Throwable> vector,
IStringResource message,
java.lang.Object... insertions) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable[] |
getExceptions() |
java.lang.String |
getMessage(java.util.Locale locale) |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
public ExceptionGroup(java.lang.Throwable... exceptions)
BusException
that contains a vector of exceptions.public ExceptionGroup(java.util.Collection<?> exceptions)
public ExceptionGroup(java.lang.String s, java.util.Vector<?> vector)
BusException
with the specified detail message
and a vector of exceptionss
- the detail message.public ExceptionGroup(java.lang.String s, java.lang.Throwable... exceptions)
BusException
with the specified detail message
and a vector of exceptionss
- the detail message.public ExceptionGroup(IStringResource message, java.lang.Object... insertions)
public ExceptionGroup(java.lang.Throwable cause, IStringResource message, java.lang.Object... insertions)
public ExceptionGroup(java.util.Vector<? extends java.lang.Throwable> vector, IStringResource message, java.lang.Object... insertions)