org.mindswap.xmlparser.exceptions
Class InvalidDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mindswap.xmlparser.exceptions.XMLParserException
                    |
                    +--org.mindswap.xmlparser.exceptions.InvalidDataException
All Implemented Interfaces:
java.io.Serializable

public class InvalidDataException
extends XMLParserException

Title: RDF Instance Creator

Description:

Copyright: Copyright (c) 2002

Company: MIND-SWAP

Author:
Michael Grove
See Also:
Serialized Form

Constructor Summary
InvalidDataException()
           
InvalidDataException(java.lang.String s)
           
 
Methods inherited from class org.mindswap.xmlparser.exceptions.XMLParserException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidDataException

public InvalidDataException()

InvalidDataException

public InvalidDataException(java.lang.String s)