Package com.github.tadukoo.java.parsing
Class JavaParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.tadukoo.java.parsing.JavaParsingException
- All Implemented Interfaces:
Serializable
An exception encountered while parsing Java code
- Version:
- Beta v.0.5
- Author:
- Logan Ferree (Tadukoo)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJavaParsingException(JavaCodeTypes type, String message) Makes a newJavaParsingExceptionwith no underlying other cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JavaParsingException
Makes a newJavaParsingExceptionwith no underlying other cause- Parameters:
type- TheJava typeencountered during parsingmessage- The error message
-