Package net.sf.saxon.type
Class MissingComponentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.saxon.type.MissingComponentException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MissingComponentExceptionImpl
This exception occurs when an attempt is made to dereference a reference from one
schema component to another, if the target of the reference cannot be found. Note that
an unresolved reference is not necessarily an error: a schema containing unresolved
references may be used for validation, provided the components containing the
unresolved references are not actually used.
- Since:
- 10.0 - changed in 10.0 to be an unchecked exception
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingComponentException
-