Class InvalidLiteralException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidLiteralException
    extends DatatypeReasonerException

    Title: Invalid Literal Exception

    Copyright: Copyright (c) 2009

    Company: Clark & Parsia, LLC.

    Author:
    Mike Smith
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidLiteralException​(openllet.aterm.ATermAppl dt, java.lang.String value)  
      InvalidLiteralException​(openllet.aterm.ATermAppl dt, java.lang.String value, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      openllet.aterm.ATermAppl getDatatype()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(openllet.aterm.ATermAppl dt,
                                       java.lang.String value)
      • InvalidLiteralException

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

      • getDatatype

        public openllet.aterm.ATermAppl getDatatype()
      • getValue

        public java.lang.String getValue()