All Downloads are FREE. Search and download functionalities are using the official Maven repository.

blended.launcher.LauncherException.scala Maven / Gradle / Ivy

There is a newer version: 2.5.0-M10
Show newest version
package blended.launcher

class LauncherException(msg: String, cause: Throwable = null, val errorCode: Int) extends RuntimeException(msg, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy