public class DmdlSyntaxException extends Exception
Constructor and Description |
---|
DmdlSyntaxException(Diagnostic diagnostic,
Throwable cause)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Region |
getRegion()
Returns the region on this error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DmdlSyntaxException(Diagnostic diagnostic, Throwable cause)
diagnostic
- the source diagnosticcause
- the original causepublic Region getRegion()
null
if not knownCopyright © 2011–2017 Asakusa Framework Team. All rights reserved.