net.sf.saxon.type
Class UnresolvedReferenceException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               net.sf.saxon.type.UnresolvedReferenceException
net.sf.saxon.type.UnresolvedReferenceException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- UnresolvedReferenceExceptionImpl
- public abstract class UnresolvedReferenceException 
- extends RuntimeException
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.
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UnresolvedReferenceException
public UnresolvedReferenceException(String ref)
Copyright (c) 2004-2011 Saxonica Limited. All rights reserved.