Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Class ExtensionException

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

@API(type=INTERNAL,
     src=PRIVATE)
public class ExtensionException
extends java.lang.Exception

Exception thrown when errors occur during execution of the code from extension classes.

See Also:
Serialized Form

Constructor Summary
ExtensionException(java.lang.String message)
          Constructor.
 
Method Summary
 java.lang.String 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

ExtensionException

public ExtensionException(java.lang.String message)
Constructor.

Parameters:
message - The exception's message.
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
Returns:
Return the exception's message.

Oxygen XML Editor 14.2 Author API

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