org.jrdf.writer
Class NamespaceException

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

public final class NamespaceException
extends WriteException

indicates that an exception occurred whilt evaluating namespaces.

Author:
TurnerRX
See Also:
Serialized Form

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

NamespaceException

public NamespaceException()

NamespaceException

public NamespaceException(String message)

NamespaceException

public NamespaceException(String message,
                          Throwable cause)

NamespaceException

public NamespaceException(Throwable cause)