com.saxonica.schema
Class UnresolvedReferenceExceptionImpl
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
net.sf.saxon.type.UnresolvedReferenceException
                  
com.saxonica.schema.UnresolvedReferenceExceptionImpl
- All Implemented Interfaces: 
 - Serializable
 
public class UnresolvedReferenceExceptionImpl
- extends UnresolvedReferenceException
 
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
 
 
 
 
 
UnresolvedReferenceExceptionImpl
public UnresolvedReferenceExceptionImpl(ComponentReference ref)
getComponentReference
public ComponentReference getComponentReference()
 
getMessage
public String getMessage()
- Overrides:
 getMessage in class Throwable
 
 
Copyright (C) Michael H. Kay. All rights reserved.