com.clarkparsia.pellet.datatypes.exceptions
Class DatatypeReasonerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.clarkparsia.pellet.datatypes.exceptions.DatatypeReasonerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidConstrainingFacetException, InvalidDatatypeRestrictionException, InvalidLiteralException, UnrecognizedDatatypeException

public class DatatypeReasonerException
extends java.lang.Exception

Title: Datatype Reasoner Exception

Description: Exception superclass for all exceptions thrown by datatype reasoner methods.

Copyright: Copyright (c) 2009

Company: Clark & Parsia, LLC.

Author:
Mike Smith
See Also:
Serialized Form

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

Constructor Detail

DatatypeReasonerException

public DatatypeReasonerException(java.lang.String message)

DatatypeReasonerException

public DatatypeReasonerException(java.lang.Throwable cause)

DatatypeReasonerException

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


Copyright © 2004 Evren Sirin. All Rights Reserved.