Class StructurizrDslParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.structurizr.dsl.StructurizrDslParserException
All Implemented Interfaces:
Serializable

public final class StructurizrDslParserException extends Exception
Throw when there are parsing errors.
See Also:
  • Method Details

    • getLineNumber

      public int getLineNumber()
      Gets the line number associated with the parsing exception.
      Returns:
      the line number, an integer
    • getLine

      public String getLine()
      Gets the line associated with the parsing exception.
      Returns:
      the line, as a String