public class IriConstantsGenerationFailedExpection extends Exception
IriConstantsGenerator if the generation
of the IRI constants fails.| Constructor and Description |
|---|
IriConstantsGenerationFailedExpection()
Creates a new instance of
IriConstantsGenerationFailedExpection without detail
message. |
IriConstantsGenerationFailedExpection(Exception exception)
Constructs an instance of
IriConstantsGenerationFailedExpection which wraps the
specified exception. |
IriConstantsGenerationFailedExpection(String msg)
Constructs an instance of
IriConstantsGenerationFailedExpection with the specified
detail message. |
IriConstantsGenerationFailedExpection(String msg,
Exception exception)
Constructs an instance of
IriConstantsGenerationFailedExpection with the specified
message which also wraps the specified exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IriConstantsGenerationFailedExpection()
IriConstantsGenerationFailedExpection without detail
message.public IriConstantsGenerationFailedExpection(String msg)
IriConstantsGenerationFailedExpection with the specified
detail message.msg - The detail message.public IriConstantsGenerationFailedExpection(Exception exception)
IriConstantsGenerationFailedExpection which wraps the
specified exception.exception - The exception to wrap.public IriConstantsGenerationFailedExpection(String msg, Exception exception)
IriConstantsGenerationFailedExpection 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.