org.semanticweb.elk.owl.exceptions
Class ElkException

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

public abstract class ElkException
extends Exception

The top level ELK exception

Author:
"Yevgeny Kazakov"
See Also:
Serialized Form

Constructor Summary
ElkException()
           
ElkException(String message)
           
ElkException(String message, Throwable cause)
           
ElkException(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

ElkException

public ElkException()

ElkException

public ElkException(String message)

ElkException

public ElkException(String message,
                    Throwable cause)

ElkException

public ElkException(Throwable cause)


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