public class OntologyLoadingException extends Exception
| Constructor and Description |
|---|
OntologyLoadingException()
Creates a new instance of
OntologyLoadingException without
detail message. |
OntologyLoadingException(Exception exception)
Constructs an instance of
OntologyLoadingException which
wraps the specified exception. |
OntologyLoadingException(String msg)
Constructs an instance of
OntologyLoadingException with the
specified detail message. |
OntologyLoadingException(String msg,
Exception exception)
Constructs an instance of
OntologyLoadingException with the
specified message which also wraps the specified exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OntologyLoadingException()
OntologyLoadingException without
detail message.public OntologyLoadingException(String msg)
OntologyLoadingException with the
specified detail message.msg - The detail message.public OntologyLoadingException(Exception exception)
OntologyLoadingException which
wraps the specified exception.exception - The exception to wrap.Copyright © 2020 Jens Pelzetter. All rights reserved.