$darkmode
Qore jni Module 2.4.0
org.qore.jni.compiler.QoreJavaCompilerException Class Reference

Inherits Exception.

Public Member Methods

DiagnosticCollector< JavaFileObject > getDiagnostics ()
 
Collection< String > getClassNames ()
 

Detailed Description

An exception thrown when trying to compile Java programs from strings containing source.

Author
David J. Biesack

Member Function Documentation

◆ getClassNames()

Collection<String> org.qore.jni.compiler.QoreJavaCompilerException.getClassNames ( )
inline
Returns
The name of the classes whose compilation caused the compile exception

◆ getDiagnostics()

DiagnosticCollector<JavaFileObject> org.qore.jni.compiler.QoreJavaCompilerException.getDiagnostics ( )
inline

Gets the diagnostics collected by this exception.

Returns
this exception's diagnostics

The documentation for this class was generated from the following file: