Class InvalidInputDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bwaldvogel.liblinear.InvalidInputDataException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate static final long -
Constructor Summary
ConstructorsConstructorDescriptionInvalidInputDataException(String message, int line) InvalidInputDataException(String message, int lineNr, Exception cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
_line
private final int _line
-
-
Constructor Details
-
InvalidInputDataException
-
InvalidInputDataException
-
-
Method Details
-
getLine
public int getLine() -
toString
-