public class InputException
extends java.lang.Exception
Constructor and Description |
---|
InputException()
Creates a new instance of
InputException without detail message. |
InputException(java.lang.String msg)
Constructs an instance of
InputException with the specified detail message. |
InputException(java.lang.String strMessage,
java.lang.String strSentence,
int intLineNumber) |
InputException(java.lang.String strMessage,
java.lang.String strSentence,
int intLineNumber,
java.lang.Throwable cause) |
InputException(java.lang.Throwable cause) |
public InputException(java.lang.String strMessage, java.lang.String strSentence, int intLineNumber, java.lang.Throwable cause)
public InputException(java.lang.Throwable cause)
public InputException()
InputException
without detail message.public InputException(java.lang.String msg)
InputException
with the specified detail message.msg
- the detail message.public InputException(java.lang.String strMessage, java.lang.String strSentence, int intLineNumber)
2005-2013 Marco Büchler, Natural Language Processing Group, University of Leipzig, Germany. 2013-2016 Marco Büchler, Georg August University Göttingen, Göttingen, Germany