Package org.agrona
Class AsciiNumberFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
java.lang.NumberFormatException
org.agrona.AsciiNumberFormatException
- All Implemented Interfaces:
Serializable
Thrown when parsing an ASCII string and finding characters that are not digits.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAsciiNumberFormatException
(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
AsciiNumberFormatException
Create exception with a given message.- Parameters:
message
- to use as cause.
-