Oxygen XML Editor 14.2 Author API

ro.sync.ecss.extensions.api
Class AuthorOperationStoppedByUserException

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

@API(type=EXTENDABLE,
     src=PUBLIC)
public class AuthorOperationStoppedByUserException
extends AuthorOperationException

An exception thrown by an AuthorOperation when it interacts with the user and the user cancels it.

See Also:
Serialized Form

Constructor Summary
AuthorOperationStoppedByUserException(java.lang.String message)
          Constructor.
AuthorOperationStoppedByUserException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
Methods inherited from class ro.sync.ecss.extensions.api.AuthorOperationException
isOperationRejectedOnPurpose, setOperationRejectedOnPurpose
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

AuthorOperationStoppedByUserException

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

Parameters:
message - The error message.

AuthorOperationStoppedByUserException

public AuthorOperationStoppedByUserException(java.lang.String message,
                                             java.lang.Throwable cause)
Constructor.

Parameters:
message - The error message.
cause - The cause of the exception.

Oxygen XML Editor 14.2 Author API

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