|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.mpi_bremen.mgg.FastaValidator.FastaValidatorException
de.mpi_bremen.mgg.FastaValidator.FastaFormatException
public class FastaFormatException
Specialization of FastaValidatorException, which is thrown on semantic errors
Constructor Summary | |
---|---|
FastaFormatException(java.lang.String s,
int line)
Constructs a FastaFormatException. |
Method Summary | |
---|---|
int |
getLine()
Returns the line number of the error. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FastaFormatException(java.lang.String s, int line)
s
- the errormessageline
- the line number where the error occured (starting with 0)Method Detail |
---|
public int getLine()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |