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

bisabelle_2.11.0.3.4.source-code.DecodingException.scala Maven / Gradle / Ivy

There is a newer version: 1.1.0-RC3
Show newest version
package edu.tum.cs.isabelle

import edu.tum.cs.isabelle.api.XML

import acyclic.file

/**
 * Error case of [[XMLResult]] as an exception.
 *
 * When decoding an [[edu.tum.cs.isabelle.api.XML.Tree XML tree]]
 * sent from the prover fails, this exception is fed into the corresponding
 * [[Observer observer]].
 */
final case class DecodingException(msg: String, body: XML.Body) extends RuntimeException(msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy