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

izumi.idealingua.model.problems.IDLException.scala Maven / Gradle / Ivy

The newest version!
package izumi.idealingua.model.problems

import izumi.idealingua.model.common.TypeId

class IDLException(message: String, cause: Option[Throwable] = None) extends RuntimeException(message, cause.orNull)

final case class IDLCyclicInheritanceException(message: String, members: Set[TypeId]) extends IDLException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy