net.sf.saxon.om

Class NamespaceException


public class NamespaceException
extends Exception

A NamespaceException represents an error condition whereby a QName (for example a variable name or template name) uses a namespace prefix that is not declared

Constructor Summary

NamespaceException(String prefix)

Method Summary

String
getMessage()
String
getPrefix()

Constructor Details

NamespaceException

public NamespaceException(String prefix)

Method Details

getMessage

public String getMessage()

getPrefix

public String getPrefix()