com.clarkparsia.pellet.datatypes.exceptions
Class InvalidDatatypeRestrictionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.clarkparsia.pellet.datatypes.exceptions.DatatypeReasonerException
              extended by com.clarkparsia.pellet.datatypes.exceptions.InvalidDatatypeRestrictionException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDatatypeRestrictionException
extends DatatypeReasonerException

Author:
Evren Sirin
See Also:
Serialized Form

Constructor Summary
InvalidDatatypeRestrictionException(aterm.ATermAppl datatype)
           
 
Method Summary
 aterm.ATermAppl getDatatypeRestriction()
           
 
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

InvalidDatatypeRestrictionException

public InvalidDatatypeRestrictionException(aterm.ATermAppl datatype)
Method Detail

getDatatypeRestriction

public aterm.ATermAppl getDatatypeRestriction()


Copyright © 2004 Evren Sirin. All Rights Reserved.