org.semanticweb.elk.loading
Class ElkLoadingException

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.loading.ElkLoadingException
All Implemented Interfaces:
Serializable

public class ElkLoadingException
extends ElkException

See Also:
Serialized Form

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

ElkLoadingException

public ElkLoadingException()

ElkLoadingException

public ElkLoadingException(String message)

ElkLoadingException

public ElkLoadingException(String message,
                           Throwable cause)

ElkLoadingException

public ElkLoadingException(Throwable cause)


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