JTP API Documentation

jtp.fol.parser
Class ParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jtp.ReasoningException
                    |
                    +--jtp.fol.parser.ParsingException
All Implemented Interfaces:
Serializable

public class ParsingException
extends ReasoningException

See Also:
Serialized Form

Constructor Summary
ParsingException(Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class jtp.ReasoningException
getReasoner, setReasoner
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

JTP API Documentation