Package org.agrona

Class AsciiNumberFormatException

All Implemented Interfaces:
Serializable

public class AsciiNumberFormatException extends NumberFormatException
Thrown when parsing an ASCII string and finding characters that are not digits.
See Also:
  • Field Details

  • Constructor Details

    • AsciiNumberFormatException

      public AsciiNumberFormatException(String message)
      Create exception with a given message.
      Parameters:
      message - to use as cause.