Uses of Enum Class
ca.phon.orthography.parser.OrthoParserException.Type
Packages that use OrthoParserException.Type
-
Uses of OrthoParserException.Type in ca.phon.orthography.parser
Subclasses with type arguments of type OrthoParserException.Type in ca.phon.orthography.parserMethods in ca.phon.orthography.parser that return OrthoParserException.TypeModifier and TypeMethodDescriptionOrthoParserException.getType()static OrthoParserException.TypeReturns the enum constant of this class with the specified name.static OrthoParserException.Type[]OrthoParserException.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ca.phon.orthography.parser with parameters of type OrthoParserException.TypeModifier and TypeMethodDescriptionvoidOrthoParserException.setType(OrthoParserException.Type type) Constructors in ca.phon.orthography.parser with parameters of type OrthoParserException.TypeModifierConstructorDescriptionOrthoParserException(OrthoParserException.Type type, String message) OrthoParserException(OrthoParserException.Type type, String message, int charPositionInLine) OrthoParserException(OrthoParserException.Type type, String message, Throwable cause) OrthoParserException(OrthoParserException.Type type, String message, Throwable cause, int charPositionInLine)