public class ComponentInitException extends Exception
| Constructor and Description |
|---|
ComponentInitException(String message)
Creates a
ComponentInitException with the specified message. |
ComponentInitException(String message,
Throwable cause)
Creates a
ComponentInitException with the
specified message and cause. |
ComponentInitException(Throwable cause)
Creates a
ComponentInitException with the
specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentInitException(String message)
ComponentInitException with the specified message.message - The specified detail message.public ComponentInitException(Throwable cause)
ComponentInitException with the
specified cause.cause - The cause of this exception.public ComponentInitException(String message, Throwable cause)
ComponentInitException with the
specified message and cause.message - The specified detail message.cause - The cause of this exception.
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann