Interface CBTyperContextType
- All Superinterfaces:
AutoCloseable
Contextual information for type checking.
-
Method Summary
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable- Throws:
CBTypeCheckFailedException
-
failed
CBTypeCheckFailedException failed(Optional<UUID> specSection, com.io7m.jlexing.core.LexicalPosition<URI> lexical, String errorCode, Object... arguments) Something failed.- Parameters:
specSection- The quoted spec sectionlexical- The lexical informationerrorCode- The error codearguments- The error arguments- Returns:
- An exception describing the error
-