Package com.bertramlabs.plugins.hcl4j
Class HCLParserException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.bertramlabs.plugins.hcl4j.HCLParserException
-
- All Implemented Interfaces:
java.io.Serializable
public class HCLParserException extends java.lang.ExceptionWhen a HCL Lexical parser error is reached this exception is thrown.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HCLParserException(java.lang.String message)HCLParserException(java.lang.String message, java.lang.Exception ex)
-