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
Exception used for illegal number skeleton strings.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSkeletonSyntaxException
(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 Details
-
SkeletonSyntaxException
Construct a new SkeletonSyntaxException with information about the token at the point of failure.- See Also:
-
SkeletonSyntaxException
Construct a new SkeletonSyntaxException with information about the token at the point of failure.- See Also:
-