Class GTCompilationExceptionWithSourceInfo

All Implemented Interfaces:
Serializable

public class GTCompilationExceptionWithSourceInfo extends GTCompilationException
See Also:
  • Field Details

    • specialMessage

      public final String specialMessage
    • templateLocation

      public final GTTemplateLocation templateLocation
    • oneBasedLineNo

      public final int oneBasedLineNo
  • Constructor Details

    • GTCompilationExceptionWithSourceInfo

      public GTCompilationExceptionWithSourceInfo(String specialMessage, GTTemplateLocation templateLocation, int oneBasedLineNo)
    • GTCompilationExceptionWithSourceInfo

      public GTCompilationExceptionWithSourceInfo(String specialMessage, GTTemplateLocation templateLocation, int oneBasedLineNo, Throwable throwable)
  • Method Details