Class ModelSyntaxException

All Implemented Interfaces:
Serializable, FromSourceLocation, ToShapeId

public class ModelSyntaxException extends SourceException implements ToShapeId
Thrown when the syntax of the IDL is invalid.
See Also:
  • Constructor Details

    • ModelSyntaxException

      public ModelSyntaxException(String message, int line, int column)
    • ModelSyntaxException

      public ModelSyntaxException(String message, String filename, int line, int column)
    • ModelSyntaxException

      public ModelSyntaxException(String message, FromSourceLocation sourceLocation)
  • Method Details

    • toShapeId

      public ShapeId toShapeId()
      Specified by:
      toShapeId in interface ToShapeId
      Returns:
      Returns the shape ID of an object.