public class TypeException extends HplValidationException
| Constructor and Description |
|---|
TypeException(org.antlr.v4.runtime.ParserRuleContext ctx,
Class<?> expectedType,
Var.Type actualType,
Object value) |
TypeException(org.antlr.v4.runtime.ParserRuleContext ctx,
String message) |
TypeException(org.antlr.v4.runtime.ParserRuleContext ctx,
Var.Type expectedType,
Var.Type actualType,
Object value) |
getCtxaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TypeException(org.antlr.v4.runtime.ParserRuleContext ctx,
Var.Type expectedType,
Var.Type actualType,
Object value)
public TypeException(org.antlr.v4.runtime.ParserRuleContext ctx,
Class<?> expectedType,
Var.Type actualType,
Object value)
public TypeException(org.antlr.v4.runtime.ParserRuleContext ctx,
String message)
Copyright © 2022 The Apache Software Foundation. All rights reserved.