org.semanticweb.elk.owl.parsing
Class Owl2ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.elk.owl.exceptions.ElkException
              extended by org.semanticweb.elk.owl.parsing.Owl2ParseException
All Implemented Interfaces:
Serializable

public class Owl2ParseException
extends ElkException

Base exception class for parsing exceptions

Author:
Pavel Klinov pavel.klinov@uni-ulm.de, "Yevgeny Kazakov"
See Also:
Serialized Form

Constructor Summary
Owl2ParseException()
           
Owl2ParseException(Exception cause)
           
Owl2ParseException(String message)
           
Owl2ParseException(String message, Throwable cause)
           
Owl2ParseException(Throwable cause)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Owl2ParseException

public Owl2ParseException(Exception cause)

Owl2ParseException

public Owl2ParseException()

Owl2ParseException

public Owl2ParseException(String message)

Owl2ParseException

public Owl2ParseException(String message,
                          Throwable cause)

Owl2ParseException

public Owl2ParseException(Throwable cause)


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.