public class JavadocParseException extends Exception
Constructor and Description |
---|
JavadocParseException(String message,
IrLocation location,
Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
IrLocation |
getLocation()
Returns the occurrence location.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JavadocParseException(String message, IrLocation location, Throwable cause)
message
- the exception message (nullable)location
- the original cause (nullable)cause
- the occurrence locationpublic IrLocation getLocation()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.