de.hedenus.rdf.serialize
Class RDFXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.hedenus.mobilexml.XMLException
                  extended by de.hedenus.rdf.serialize.RDFXMLException
All Implemented Interfaces:
java.io.Serializable

public class RDFXMLException
extends XMLException

RDF-XML exception.

Author:
Michael Hedenus
See Also:
Serialized Form

Constructor Summary
RDFXMLException(java.lang.String message, int lineNumber)
           
 
Method Summary
 
Methods inherited from class de.hedenus.mobilexml.XMLException
getLineNumber
 
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

RDFXMLException

public RDFXMLException(java.lang.String message,
                       int lineNumber)