org.deri.wsml.reasoner.exception
Class ConstructNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.deri.wsml.reasoner.exception.ConstructNotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class ConstructNotSupportedException
extends java.lang.Exception

This class throws exceptions for the reasoner

Author:
Livia Predoiu
See Also:
Serialized Form

Constructor Summary
ConstructNotSupportedException()
           
ConstructNotSupportedException(java.lang.String arg0)
           
ConstructNotSupportedException(java.lang.String arg0, java.lang.Throwable arg1)
           
ConstructNotSupportedException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstructNotSupportedException

public ConstructNotSupportedException()

ConstructNotSupportedException

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

ConstructNotSupportedException

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

ConstructNotSupportedException

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