Oxygen XML Editor 15.0 Author API

ro.sync.diff.api
Class DiffException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ro.sync.diff.api.DiffException
All Implemented Interfaces:
java.io.Serializable

@API(type=NOT_EXTENDABLE,
     src=PUBLIC)
public class DiffException
extends java.lang.Exception

Exception thrown by the diff performer when a problem is encountered and the operation fails or if the operation was stopped.

See Also:
Serialized Form

Constructor Summary
DiffException(java.lang.String message)
           
DiffException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
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

DiffException

public DiffException(java.lang.String message)
Parameters:
message - The message of the exception.

DiffException

public DiffException(java.lang.String message,
                     java.lang.Exception cause)
Parameters:
message - The message of the exception.
cause - The cause of exception.

Oxygen XML Editor 15.0 Author API

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