dpvis.datastructures.exceptions
Class UnificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dpvis.datastructures.exceptions.UnificationException
All Implemented Interfaces:
java.io.Serializable

public class UnificationException
extends java.lang.Exception

Author:
felixs
See Also:
Serialized Form

Constructor Summary
UnificationException()
           
UnificationException(java.lang.String arg0)
           
UnificationException(java.lang.String arg0, java.lang.Throwable arg1)
           
UnificationException(java.lang.Throwable arg0)
           
 
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

UnificationException

public UnificationException()

UnificationException

public UnificationException(java.lang.String arg0)
Parameters:
arg0 -

UnificationException

public UnificationException(java.lang.Throwable arg0)
Parameters:
arg0 -

UnificationException

public UnificationException(java.lang.String arg0,
                            java.lang.Throwable arg1)
Parameters:
arg0 -
arg1 -