nu.xom.xinclude
Class MisplacedFallbackException
public class MisplacedFallbackException
Indicates that an xinclude:fallback element
was found outside of an xinclude:include element.
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.
|
MisplacedFallbackException
public MisplacedFallbackException(String message)
Constructs a MisplacedFallbackException with
the specified detail message.
message - a string indicating the specific problem
MisplacedFallbackException
public 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 exception
Copyright 2002-2005 Elliotte Rusty Harold
elharo@metalab.unc.edu