org.semanticweb.elk.owl.exceptions
Class ElkRuntimeException

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

public class ElkRuntimeException
extends RuntimeException

The top level ELK runtime exception

Author:
"Yevgeny Kazakov"
See Also:
Serialized Form

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

ElkRuntimeException

public ElkRuntimeException()

ElkRuntimeException

public ElkRuntimeException(String message)

ElkRuntimeException

public ElkRuntimeException(String message,
                           Throwable cause)

ElkRuntimeException

public ElkRuntimeException(Throwable cause)


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