org.jrdf.writer
Class WriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
WriteException
public WriteException()
WriteException
public WriteException(String message)
WriteException
public WriteException(String message,
Throwable cause)
WriteException
public WriteException(Throwable cause)