Package

scala.xml

include

Permalink

package include

Visibility
  1. Public
  2. All

Type Members

  1. class CircularIncludeException extends XIncludeException

    Permalink

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

  2. class UnavailableResourceException extends XIncludeException

    Permalink

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

  3. class XIncludeException extends Exception

    Permalink

    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 Members

  1. package sax

    Permalink

Ungrouped