org.openjena.riot
Class RiotNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openjena.riot.RiotException
                  extended by org.openjena.riot.RiotNotFoundException
All Implemented Interfaces:
Serializable

public class RiotNotFoundException
extends RiotException

See Also:
Serialized Form

Constructor Summary
RiotNotFoundException()
           
RiotNotFoundException(String msg)
           
RiotNotFoundException(String msg, Throwable th)
           
RiotNotFoundException(Throwable th)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RiotNotFoundException

public RiotNotFoundException()

RiotNotFoundException

public RiotNotFoundException(String msg)

RiotNotFoundException

public RiotNotFoundException(Throwable th)

RiotNotFoundException

public RiotNotFoundException(String msg,
                             Throwable th)


Licenced under the Apache License, Version 2.0