# NumberFormatException

- **ID:** `java/numberformatexception`
- **Domain:** java
- **Category:** type_error
- **Error Code:** `NumberFormatException`
- **Verification:** official
- **Fix Rate:** 80%

## Root Cause

Attempt to parse a string into a number failed. String does not contain a parseable number.

## Version Compatibility

| Version | Status | Introduced | Deprecated |
|---------|--------|------------|------------|
| 8+ | active | — | — |
