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
public class ParserException extends RuntimeException
General abstraction of different parsing errors- Author:
- Scooter Willis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserException(Exception e)
ParserException(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 Detail
-
ParserException
public ParserException(String message)
-
ParserException
public ParserException(Exception e)
-
ParserException
public ParserException(String message, Exception e)
-
-