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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreprocessException(String message, String fileName, int line) PreprocessException(String message, String fileName, int line, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PreprocessException
-
PreprocessException
-
-
Method Details
-
getFileName
-
getLine
public int getLine() -
getMessage
- Overrides:
getMessagein classThrowable
-