|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception ro.sync.ecss.extensions.api.ExtensionException ro.sync.ecss.extensions.api.InvalidXPathExtensionException
public class InvalidXPathExtensionException
Exception thrown when errors occur during execution of the XPath modes from the extension actions.
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 |
---|
public InvalidXPathExtensionException(java.lang.String message, java.lang.String xpathExpression)
message
- The exception's message.xpathExpression
- The xpath expressionMethod Detail |
---|
public java.lang.String getXpathExpression()
|
Oxygen XML Editor 12.2 Author API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |