|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
exceptions.InconsistentDataException
public class InconsistentDataException
This exception is thrown when the user tries to update the current
DataSheet with data from a file that is not compatible,
for example because the number of parameters does not fit.
| Field Summary | |
|---|---|
(package private) static long |
serialVersionUID
The version tracking unique identifier for Serialization. |
| Constructor Summary | |
|---|---|
InconsistentDataException(java.lang.String pathToInputFile)
Instantiates a new inconsistent data exception. |
|
| 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 |
| Field Detail |
|---|
static final long serialVersionUID
| Constructor Detail |
|---|
public InconsistentDataException(java.lang.String pathToInputFile)
pathToInputFile - the path to input file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||