Package io.quarkus.qute
Interface ErrorCode
-
- All Known Implementing Classes:
ParserError
public interface ErrorCode
Represents a unique error code.- See Also:
TemplateException
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Implementations are encouraged to use a prefix for a group of related problems, i.e.
-
-
-
Method Detail
-
getName
String getName()
Implementations are encouraged to use a prefix for a group of related problems, i.e. the parser error codes start withPARSER_
.- Returns:
- the unique name
-
-