org.biojava3.core.exceptions
Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.biojava3.core.exceptions.ParserException
- All Implemented Interfaces:
- Serializable
public class ParserException
- extends RuntimeException
General abstraction of different parsing errors
- Author:
- Scooter Willis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParserException
public ParserException(String message)
ParserException
public ParserException(Exception e)
ParserException
public ParserException(String message,
Exception e)