Class ParsingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ParsingException
All Implemented Interfaces:
java.io.Serializable

public class ParsingException
extends java.lang.Exception

Handles exceptions thrown during the parsing of the metadata files and the insertion of the data into the database.

See Also:
Serialized Form

Constructor Summary
ParsingException(java.lang.String msg)
          Constructs an ParsingException with the specified detail message.
ParsingException(java.lang.String error, java.lang.String file)
          Constructs an ParsingException with specific messages.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParsingException

public ParsingException(java.lang.String msg)
Constructs an ParsingException with the specified detail message.
Parameters:
msg - the detail message.

ParsingException

public ParsingException(java.lang.String error,
                        java.lang.String file)
Constructs an ParsingException with specific messages.
Parameters:
error - the error type
file - the file where the error occured