Qore jni Module 2.3.1
Loading...
Searching...
No Matches
org.qore.jni.compiler.QoreJavaCompilerException Class Reference

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: