scala.xml.include

Members list

Packages

Type members

Classlikes

A CircularIncludeException is thrown when an included document attempts to include itself or one of its ancestor documents.

A CircularIncludeException is thrown when an included document attempts to include itself or one of its ancestor documents.

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

An UnavailableResourceException is thrown when an included document cannot be found or loaded.

An UnavailableResourceException is thrown when an included document cannot be found or loaded.

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class XIncludeException(message: String) extends Exception

XIncludeException is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.

XIncludeException is the generic superclass for all checked exceptions that may be thrown as a result of a violation of XInclude's rules.

Constructs an XIncludeException with the specified detail message. The error message string message can later be retrieved by the [[java.lang.Throwable#getMessage]] method of class java.lang.Throwable.

Value parameters

message

the detail message.

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes