public class SnippetGenerationException extends RuntimeException
RuntimeException thrown to indicate a problem with the generation of a
documentation snippet.| Constructor and Description |
|---|
SnippetGenerationException(String message)
Creates a new
SnippetGenerationException described by the given
message |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SnippetGenerationException(String message)
SnippetGenerationException described by the given
messagemessage - the message that describes the problem