InvalidVocabulary

class InvalidVocabulary(val rule: String, val detail: String) : MilanoEngineException

The vocabulary artifact violates the vocabulary schema spec. rule names the violated rule; detail says where or what.

Constructors

Link copied to clipboard
constructor(rule: String, detail: String)

Properties

Link copied to clipboard
Link copied to clipboard