public class MisplacedFallbackException extends XIncludeException
Indicates that an xinclude:fallback element
was found outside of an xinclude:include element.
| Constructor and Description |
|---|
MisplacedFallbackException(String message)
Constructs a
MisplacedFallbackException with
the specified detail message. |
MisplacedFallbackException(String message,
String uri)
Creates a new
MisplacedFallbackException with a detail
message, line and column numbers, and a URI of the document
that caused the exception. |
getCause, getURI, initCausepublic MisplacedFallbackException(String message)
Constructs a MisplacedFallbackException with
the specified detail message.
message - a string indicating the specific problempublic MisplacedFallbackException(String message,
String uri)
Creates a new MisplacedFallbackException with a detail
message, line and column numbers, and a URI of the document
that caused the exception.
message - a string indicating the specific problemuri - the URI of the document that caused this exceptionCopyright 2002-2018 Elliotte Rusty Harold
elharo@ibiblio.org