com.clarkparsia.pellet.datatypes.exceptions
Class UnrecognizedDatatypeException

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.UnrecognizedDatatypeException
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedDatatypeException
extends DatatypeReasonerException

Title: Unrecognized Datatype Exception

Description:

Copyright: Copyright (c) 2009

Company: Clark & Parsia, LLC.

Author:
Mike Smith
See Also:
Serialized Form

Constructor Summary
UnrecognizedDatatypeException(aterm.ATermAppl dt)
           
UnrecognizedDatatypeException(aterm.ATermAppl dt, java.lang.String msg)
           
 
Method Summary
 aterm.ATermAppl getDatatype()
           
 
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

UnrecognizedDatatypeException

public UnrecognizedDatatypeException(aterm.ATermAppl dt)

UnrecognizedDatatypeException

public UnrecognizedDatatypeException(aterm.ATermAppl dt,
                                     java.lang.String msg)
Method Detail

getDatatype

public aterm.ATermAppl getDatatype()


Copyright © 2004 Evren Sirin. All Rights Reserved.