Class CompilerError

java.lang.Object
com.stimulsoft.report.CompilerError
Direct Known Subclasses:
StiScriptError

public class CompilerError extends Object
Copyright Stimulsoft
  • Field Details

    • line

      public int line
    • column

      public int column
    • errorNumber

      public String errorNumber
    • warning

      public boolean warning
    • errorText

      public String errorText
    • fileName

      public String fileName
  • Constructor Details

    • CompilerError

      public CompilerError()