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

scala.xml.parsing.FatalError.scala Maven / Gradle / Ivy

There is a newer version: 2.11.2
Show newest version
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2002-2013, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |                                         **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */



package scala.xml
package parsing

/** !!! This is poorly named, but I guess it's in the API.
 */
case class FatalError(msg: String) extends java.lang.RuntimeException(msg)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy