bisabelle_2.11.0.3.4.source-code.DecodingException.scala Maven / Gradle / Ivy
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