Package org.biojava.nbio.core.exceptions
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.biojava.nbio.core.exceptions.ParserException
- All Implemented Interfaces:
 Serializable
General abstraction of different parsing errors
- Author:
 - Scooter Willis 
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionParserException(String message) ParserException(String message, Exception e)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ParserException
 - 
ParserException
 - 
ParserException
 
 -