com.clarkparsia.pellet.datatypes.exceptions
Class DatatypeReasonerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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.