|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ro.sync.diff.api.DiffException
public class DiffException
Exception thrown by the diff performer when a problem is encountered and the operation fails or if the operation was stopped.
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 |
---|
public DiffException(java.lang.String message)
message
- The message of the exception.public DiffException(java.lang.String message, java.lang.Exception cause)
message
- The message of the exception.cause
- The cause of exception.
|
OxygenXMLDiff 4.0 API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |