org.jrdf.writer
Class WriteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jrdf.writer.WriteException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NamespaceException

public class WriteException
extends Exception

Indicates an exception occurred within RDF Writer.

Author:
TurnerRX
See Also:
Serialized Form

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

WriteException

public WriteException()

WriteException

public WriteException(String message)

WriteException

public WriteException(String message,
                      Throwable cause)

WriteException

public WriteException(Throwable cause)