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