Package io.virtualan.cucumblan.exception
Class ParserError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.virtualan.cucumblan.exception.ParserError
-
- All Implemented Interfaces:
java.io.Serializable
public class ParserError extends java.lang.ExceptionThe type Parser error.- Author:
- Elan Thangamani
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserError()Instantiates a new Parser error.ParserError(java.lang.String msg)Instantiates a new Parser error.
-