|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.ac.ulg.montefiore.run.jahmm.io.FileFormatException
public class FileFormatException
This exception reports the reading of an invalid (syntatically or lexically incorrect) file.
| Constructor Summary | |
|---|---|
FileFormatException()
Creates a new object reporting the reading of an invalid file. |
|
FileFormatException(int lineNb,
java.lang.String s)
Creates a new object reporting the reading of an invalid file. |
|
FileFormatException(java.lang.String s)
Creates a new object reporting the reading of an invalid file. |
|
| Method Summary |
|---|
| 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 FileFormatException()
public FileFormatException(java.lang.String s)
s - A string describing the problem.
public FileFormatException(int lineNb,
java.lang.String s)
lineNb - The line number where the problem occured.s - A string describing the problem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||