|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ParsingException
Handles exceptions thrown during the parsing of the metadata files and the insertion of the data into the database.
| 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 |
public ParsingException(java.lang.String msg)
ParsingException with the specified detail message.msg - the detail message.
public ParsingException(java.lang.String error,
java.lang.String file)
ParsingException with specific messages.error - the error typefile - the file where the error occured
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||