com.clarkparsia.pellet.datatypes.exceptions
Class InvalidLiteralException

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

public class InvalidLiteralException
extends DatatypeReasonerException

Title: Invalid Literal Exception

Description:

Copyright: Copyright (c) 2009

Company: Clark & Parsia, LLC.

Author:
Mike Smith
See Also:
Serialized Form

Constructor Summary
InvalidLiteralException(aterm.ATermAppl dt, java.lang.String value)
           
InvalidLiteralException(aterm.ATermAppl dt, java.lang.String value, java.lang.Throwable cause)
           
 
Method Summary
 aterm.ATermAppl getDatatype()
           
 java.lang.String getValue()
           
 
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

InvalidLiteralException

public InvalidLiteralException(aterm.ATermAppl dt,
                               java.lang.String value)

InvalidLiteralException

public InvalidLiteralException(aterm.ATermAppl dt,
                               java.lang.String value,
                               java.lang.Throwable cause)
Method Detail

getDatatype

public aterm.ATermAppl getDatatype()

getValue

public java.lang.String getValue()


Copyright © 2004 Evren Sirin. All Rights Reserved.