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