Package com.denodo.commons.exceptions
Class GroupOfExceptions
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.denodo.commons.exceptions.GroupOfExceptions
- All Implemented Interfaces:
Serializable
Exception that groups several exceptions in order to throw them
at the same time.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final longFor interoperability with possible future changes. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
protected static final long serialVersionUIDFor interoperability with possible future changes.- See Also:
-
-
Constructor Details
-
GroupOfExceptions
public GroupOfExceptions() -
GroupOfExceptions
-
-
Method Details