org.openjena.riot
Class RiotException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openjena.riot.RiotException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RiotParseException

public class RiotException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
RiotException()
           
RiotException(String msg)
           
RiotException(String msg, Throwable th)
           
RiotException(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

RiotException

public RiotException()

RiotException

public RiotException(String msg)

RiotException

public RiotException(Throwable th)

RiotException

public RiotException(String msg,
                     Throwable th)


Licenced under the Apache License, Version 2.0