Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Class InvalidXPathExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ro.sync.ecss.extensions.api.ExtensionException
              extended by ro.sync.ecss.extensions.api.InvalidXPathExtensionException
All Implemented Interfaces:
java.io.Serializable

@API(type=INTERNAL,
     src=PRIVATE)
public class InvalidXPathExtensionException
extends ExtensionException

Exception thrown when errors occur during execution of the XPath modes from the extension actions.

See Also:
Serialized Form

Constructor Summary
InvalidXPathExtensionException(java.lang.String message, java.lang.String xpathExpression)
          Constructor.
 
Method Summary
 java.lang.String getXpathExpression()
           
 
Methods inherited from class ro.sync.ecss.extensions.api.ExtensionException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidXPathExtensionException

public InvalidXPathExtensionException(java.lang.String message,
                                      java.lang.String xpathExpression)
Constructor.

Parameters:
message - The exception's message.
xpathExpression - The xpath expression
Method Detail

getXpathExpression

public java.lang.String getXpathExpression()
Returns:
Returns the xpathExpression.

Oxygen XML Editor 14.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2013. All rights reserved.