Serialized Form
-
Package org.checkerframework.checker.formatter.util
-
Exception org.checkerframework.checker.formatter.util.FormatUtil.ExcessiveOrMissingFormatArgumentException
class ExcessiveOrMissingFormatArgumentException extends MissingFormatArgumentException implements Serializable- serialVersionUID:
- 17000126L
-
Serialized Fields
-
expected
int expected
-
found
int found
-
-
Exception org.checkerframework.checker.formatter.util.FormatUtil.IllegalFormatConversionCategoryException
class IllegalFormatConversionCategoryException extends IllegalFormatConversionException implements Serializable- serialVersionUID:
- 17000126L
-
Serialized Fields
-
expected
org.checkerframework.checker.formatter.qual.ConversionCategory expected
-
found
org.checkerframework.checker.formatter.qual.ConversionCategory found
-
-
-
Package org.checkerframework.checker.regex.util
-
Exception org.checkerframework.checker.regex.util.RegexUtil.CheckedPatternSyntaxException
class CheckedPatternSyntaxException extends Exception implements Serializable- serialVersionUID:
- 6266881831979001480L
-
Serialized Fields
-
pse
PatternSyntaxException pse
The PatternSyntaxException that this is a wrapper around.
-
-