public class InternalParameterizationErrors extends ParameterException
Modifier and Type | Field and Description |
---|---|
private Collection<? extends Exception> |
internalErrors
The errors that occurred.
|
private static long |
serialVersionUID
Serial version ID
|
Constructor and Description |
---|
InternalParameterizationErrors(String message,
Collection<? extends Exception> internalErrors)
Constructor.
|
InternalParameterizationErrors(String message,
Exception internalError)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Collection<? extends Exception> |
getInternalErrors() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private Collection<? extends Exception> internalErrors
public InternalParameterizationErrors(String message, Collection<? extends Exception> internalErrors)
message
- Error messageinternalErrors
- internal errorsprotected Collection<? extends Exception> getInternalErrors()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.