Class JavaParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.tadukoo.java.parsing.JavaParsingException
All Implemented Interfaces:
Serializable

public class JavaParsingException extends Exception
An exception encountered while parsing Java code
Version:
Beta v.0.5
Author:
Logan Ferree (Tadukoo)
See Also:
  • Constructor Details

    • JavaParsingException

      public JavaParsingException(JavaCodeTypes type, String message)
      Makes a new JavaParsingException with no underlying other cause
      Parameters:
      type - The Java type encountered during parsing
      message - The error message