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:
Serializable
public class SkeletonSyntaxException extends IllegalArgumentException
Exception used for illegal number skeleton strings.- See Also:
NumberFormatter
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkeletonSyntaxException(String message, CharSequence token)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.SkeletonSyntaxException(String message, CharSequence token, Throwable cause)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SkeletonSyntaxException
public SkeletonSyntaxException(String message, CharSequence token)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.- See Also:
NumberFormatter
-
SkeletonSyntaxException
public SkeletonSyntaxException(String message, CharSequence token, Throwable cause)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.- See Also:
NumberFormatter
-
-