org.biojava.bio.seq.io
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.biojava.bio.BioException
org.biojava.bio.seq.io.ParseException
- All Implemented Interfaces:
- Serializable
public class ParseException
- extends BioException
ParseException should be thrown to indicate that there was a problem with
parsing sequence information.
- Author:
- Matthew Pocock
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParseException
public ParseException()
ParseException
public ParseException(String message)
ParseException
public ParseException(Throwable nested)
ParseException
public ParseException(Throwable nested,
String message)