de.uulm.ecs.ai.owlapi.krssparser
Class KRSS2OWLParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
              extended by org.semanticweb.owlapi.io.OWLParserException
                  extended by org.coode.owl.krssparser.KRSSOWLParserException
                      extended by de.uulm.ecs.ai.owlapi.krssparser.KRSS2OWLParserException
All Implemented Interfaces:
java.io.Serializable

public class KRSS2OWLParserException
extends KRSSOWLParserException

Author: Olaf Noppens
Ulm University
Institute of Artificial Intelligence

See Also:
Serialized Form

Constructor Summary
KRSS2OWLParserException(ParseException e)
           
KRSS2OWLParserException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException
getColumnNumber, getLineNumber, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

KRSS2OWLParserException

public KRSS2OWLParserException(ParseException e)

KRSS2OWLParserException

public KRSS2OWLParserException(java.lang.Throwable cause)