public class IllegalDocCommentFormatException extends JavadocParseException
| Constructor and Description |
|---|
IllegalDocCommentFormatException(boolean head,
IrLocation location,
Throwable cause)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMissingHead()
Returns whether this is occurred by missing comment header or not.
|
boolean |
isMissingTail()
Returns whether this is occurred by missing comment footer or not.
|
getLocationaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalDocCommentFormatException(boolean head,
IrLocation location,
Throwable cause)
head - true if missing comment header, or false if missing comment footerlocation - the locationcause - the exception causepublic boolean isMissingHead()
true if this is occurred by missing comment header, otherwise falseisMissingTail()public boolean isMissingTail()
true if this is occurred by missing comment footer, otherwise falseCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.