public class DocumentSyntaxError extends RuntimeException
| Constructor and Description |
|---|
DocumentSyntaxError(String message,
int startOffset,
int endOffset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEndOffset() |
int |
getStartOffset() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DocumentSyntaxError(String message, int startOffset, int endOffset)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.