Class PreprocessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.protasm.jvmud.compiler.preproc.PreprocessException
All Implemented Interfaces:
Serializable

public class PreprocessException extends RuntimeException
See Also:
  • Constructor Details

    • PreprocessException

      public PreprocessException(String message, String fileName, int line)
    • PreprocessException

      public PreprocessException(String message, String fileName, int line, Throwable cause)
  • Method Details

    • getFileName

      public String getFileName()
    • getLine

      public int getLine()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable