Class InvalidParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ecoparasite.input.InvalidParsingException
- All Implemented Interfaces:
Serializable
Gère une exception lorsque qu'un type de parsing n'existe pas ou bien
qu'une erreur est survenue durant le parsing d'une donnée.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidParsingException
Constructeur.- Parameters:
parsingId- ID du parsingparsingSource- La classe d'où provient ce parsing.
-
-
Method Details
-
getParsingId
public int getParsingId() -
getParsingSource
-