public final class InstantiationException extends ParserStackedException
ParserStackedException.Message| Constructor and Description |
|---|
InstantiationException(AstLocation location,
java.lang.String message,
java.lang.Iterable<TypeReference> instantiationReferenceStack)
Constructor from the main error message and instantiation reference stack.
|
InstantiationException(ParserException exception,
java.lang.Iterable<TypeReference> instantiationReferenceStack)
Constructor from parser exception and instantiation reference stack.
|
getMessageStack, pushMessagegetLocationpublic InstantiationException(ParserException exception, java.lang.Iterable<TypeReference> instantiationReferenceStack)
exception - The main parser exception containing the main error message.instantiationReferenceStack - Stack of instantiation references.public InstantiationException(AstLocation location, java.lang.String message, java.lang.Iterable<TypeReference> instantiationReferenceStack)
location - AST location where the error occurred.message - The main message for the error.instantiationReferenceStack - Stack of instantiation references.Last updated 2024-07-18 11:31:32