org.mulgara.mrg
Class RdfException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.mulgara.mrg.RdfException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseException

public class RdfException
extends Exception

Indicates an internal error in the RDF library.

See Also:
Serialized Form

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

RdfException

public RdfException()

RdfException

public RdfException(String msg)

RdfException

public RdfException(Throwable cause)

RdfException

public RdfException(String msg,
                    Throwable cause)


Copyright © 2011. All Rights Reserved.