public class MatParseException
extends java.io.IOException
Constructor and Description |
---|
MatParseException(java.lang.String text,
Statement statement)
creates a MatParseException
|
MatParseException(java.lang.String text,
Statement statement,
java.lang.Throwable cause)
creates a MatParseException
|
MatParseException(java.lang.String expected,
java.lang.String got,
Statement statement)
creates a MatParseException
|
MatParseException(java.lang.String expected,
java.lang.String got,
Statement statement,
java.lang.Throwable cause)
creates a MatParseException
|
public MatParseException(java.lang.String expected, java.lang.String got, Statement statement)
expected
- the expected valuegot
- the actual valuestatement
- the read statementpublic MatParseException(java.lang.String text, Statement statement)
text
- the error messagestatement
- the statement where the error occurpublic MatParseException(java.lang.String expected, java.lang.String got, Statement statement, java.lang.Throwable cause)
expected
- the expected valuegot
- the actual valuestatement
- the read statementcause
- the embed exception that occurredpublic MatParseException(java.lang.String text, Statement statement, java.lang.Throwable cause)
text
- the error messagestatement
- the statement where the error occurcause
- the embed exception that occurred