public static final class TruffleString.NumberFormatException extends Exception
TruffleString.ParseIntNode
, TruffleString.ParseLongNode
or
TruffleString.ParseDoubleNode
to indicate that the given string cannot be parsed as an integer,
long or double value. This exception does not record stack traces for performance reasons.Modifier and Type | Method and Description |
---|---|
Throwable |
fillInStackTrace()
No stack trace for this exception.
|
String |
getMessage()
Returns a detailed error message.
|
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getMessage()
getMessage
in class Throwable
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable