Package com.ibm.icu.number
Class SkeletonSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- com.ibm.icu.number.SkeletonSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class SkeletonSyntaxException extends java.lang.IllegalArgumentException
Exception used for illegal number skeleton strings.- See Also:
NumberFormatter
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SkeletonSyntaxException(java.lang.String message, java.lang.CharSequence token)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.SkeletonSyntaxException(java.lang.String message, java.lang.CharSequence token, java.lang.Throwable cause)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SkeletonSyntaxException
public SkeletonSyntaxException(java.lang.String message, java.lang.CharSequence token)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.- See Also:
NumberFormatter
-
SkeletonSyntaxException
public SkeletonSyntaxException(java.lang.String message, java.lang.CharSequence token, java.lang.Throwable cause)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.- See Also:
NumberFormatter
-
-