Package ca.phon.phonex
Class PhonexPatternException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.phonex.PhonexPatternException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchPluginException
,PhonexPluginException
Exception for phonex pattern errors.
- See Also:
-
Constructor Summary
ConstructorDescriptionPhonexPatternException
(int line, int charInLine) PhonexPatternException
(int line, int charInLine, String message) PhonexPatternException
(int line, int charInLine, String message, Throwable cause) PhonexPatternException
(int line, int charInLine, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getLine()
void
setCharInLine
(int charInLine) void
setLine
(int line) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PhonexPatternException
public PhonexPatternException(int line, int charInLine) -
PhonexPatternException
-
PhonexPatternException
-
PhonexPatternException
-
-
Method Details
-
getLine
public int getLine() -
setLine
public void setLine(int line) -
getCharInLine
public int getCharInLine() -
setCharInLine
public void setCharInLine(int charInLine)
-