com.evolveum.midpoint.common.diff
Class DiffException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.evolveum.midpoint.common.diff.DiffException
All Implemented Interfaces:
java.io.Serializable

public class DiffException
extends java.lang.Exception

Exception indicates problems that occured during XML differences calculation

Since:
0.1
Version:
$Revision$ $Date$
Author:
Igor Farinic
See Also:
Serialized Form

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

DiffException

public DiffException(java.lang.String message,
                     java.lang.Throwable cause)

DiffException

public DiffException(java.lang.String message)

DiffException

public DiffException()


Copyright © 2011 evolveum. All Rights Reserved.