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.
|
getLocation
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 false
isMissingTail()
public boolean isMissingTail()
true
if this is occurred by missing comment footer, otherwise false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.