Package totalcross.sys
Class InvalidNumberException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- totalcross.sys.InvalidNumberException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidNumberException extends java.lang.ExceptionThrown when you try to convert a String that does not represents a valid number.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidNumberException()Constructs an empty Exception.InvalidNumberException(java.lang.String message)Constructs an exception with the given message.
-