jrunx.xml
Class XMLScript.NoSuchNodeTransformerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.xml.transform.TransformerException
                    |
                    +--jrunx.xml.XMLScript.NoSuchNodeTransformerException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
XMLScript

public static class XMLScript.NoSuchNodeTransformerException
extends javax.xml.transform.TransformerException

The XPath expression '{expression}' did not locate an element

See Also:
Serialized Form

Field Summary
 java.lang.String expression
           
 
Constructor Summary
XMLScript.NoSuchNodeTransformerException(java.lang.String expression)
           
 
Method Summary
 java.lang.String getMessage()
           
 
Methods inherited from class javax.xml.transform.TransformerException
getCause, getException, getLocationAsString, getLocator, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

expression

public final java.lang.String expression
Constructor Detail

XMLScript.NoSuchNodeTransformerException

public XMLScript.NoSuchNodeTransformerException(java.lang.String expression)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright � 2002 Macromedia Corporation. All Rights Reserved.