Package io.virtualan.cucumblan.exception
Class ParserError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.virtualan.cucumblan.exception.ParserError
-
- All Implemented Interfaces:
Serializable
public class ParserError extends Exception
The type Parser error.- Author:
- Elan Thangamani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserError()Instantiates a new Parser error.ParserError(String msg)Instantiates a new Parser error.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParserError
public ParserError()
Instantiates a new Parser error.
-
ParserError
public ParserError(String msg)
Instantiates a new Parser error.- Parameters:
msg- the msg
-
-