unstatic.ztapir.exception.scala Maven / Gradle / Ivy
package unstatic.ztapir
import unstatic.UnstaticException
class UnresolvedReference( val source : String, val reference : String, val explanation : String, val absolute : Option[String] = None, cause : Throwable = null ) extends UnstaticException(s"$source: Unresolved reference: '${reference}', $explanation",cause)
class UnexpectedStaticLocationType(msg : String, cause : Throwable = null) extends UnstaticException(msg,cause)
class NotYetSupported(msg : String, cause : Throwable = null) extends UnstaticException(msg,cause) © 2015 - 2025 Weber Informatics LLC | Privacy Policy