Package org.agrona

Class AsciiNumberFormatException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      AsciiNumberFormatException​(java.lang.String message)
      Create exception with a given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AsciiNumberFormatException

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