public class ModelSyntaxException extends SourceException implements ToShapeId
| Constructor and Description |
|---|
ModelSyntaxException(java.lang.String message,
FromSourceLocation sourceLocation) |
ModelSyntaxException(java.lang.String message,
int line,
int column) |
ModelSyntaxException(java.lang.String message,
java.lang.String filename,
int line,
int column) |
| Modifier and Type | Method and Description |
|---|---|
ShapeId |
toShapeId() |
getMessageWithoutLocation, getSourceLocationaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcomparepublic ModelSyntaxException(java.lang.String message,
int line,
int column)
public ModelSyntaxException(java.lang.String message,
java.lang.String filename,
int line,
int column)
public ModelSyntaxException(java.lang.String message,
FromSourceLocation sourceLocation)