org.mindswap.xmlparser.exceptions
Class InvalidFormatException

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

public class InvalidFormatException
extends XMLParserException

Title: RDF Instance Creator

Description:

Copyright: Copyright (c) 2002

Company: MIND-SWAP

Author:
Michael Grove
See Also:
Serialized Form

Constructor Summary
InvalidFormatException()
           
InvalidFormatException(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

InvalidFormatException

public InvalidFormatException()

InvalidFormatException

public InvalidFormatException(java.lang.String s)