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, toString
public SnippetGenerationException(String message)
SnippetGenerationException
described by the given
message
message
- the message that describes the problem