public class MissingJavadocBlockParserException extends JavadocParseException
JavadocBlockParser
is not found while parsing documents.Constructor and Description |
---|
MissingJavadocBlockParserException(String tagName,
IrLocation location,
Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getTagName()
Returns the target tag name.
|
getLocation
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MissingJavadocBlockParserException(String tagName, IrLocation location, Throwable cause)
tagName
- the target tag namelocation
- the parsing locationcause
- the original exception (nullable)public String getTagName()
null
if the target is a synopsis blockCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.