Class FormatterNumberFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- edu.umd.cs.findbugs.formatStringChecker.FormatterException
-
- edu.umd.cs.findbugs.formatStringChecker.FormatterNumberFormatException
-
- All Implemented Interfaces:
Serializable
public class FormatterNumberFormatException extends FormatterException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatterNumberFormatException(String txt, String kind)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKind()
String
getTxt()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-