![JAR search and dependency download from the Maven repository](/logo.png)
com.eharmony.aloha.models.h2o.compiler.CompilationError.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aloha-h2o Show documentation
Show all versions of aloha-h2o Show documentation
Provides an Aloha model for H2o For more info, see http://h2o.ai
package com.eharmony.aloha.models.h2o.compiler
import javax.tools.{JavaFileObject, Diagnostic}
/**
* Created by deak on 9/29/15.
*/
case class CompilationError(diagnostics: Iterable[Diagnostic[_ <: JavaFileObject]]) extends RuntimeException
© 2015 - 2025 Weber Informatics LLC | Privacy Policy