SkeletonSyntaxException
public class SkeletonSyntaxException
extends IllegalArgumentException
| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalArgumentException | ||||
| ↳ | android.icu.number.SkeletonSyntaxException | ||||
Exception used for illegal number skeleton strings.
See also:
Summary
Public constructors | |
|---|---|
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. | |
Inherited methods | |
|---|---|
Public constructors
SkeletonSyntaxException
public SkeletonSyntaxException (String message, CharSequence token)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
| Parameters | |
|---|---|
message | String |
token | CharSequence |
See also:
SkeletonSyntaxException
public SkeletonSyntaxException (String message, CharSequence token, Throwable cause)
Construct a new SkeletonSyntaxException with information about the token at the point of failure.
| Parameters | |
|---|---|
message | String |
token | CharSequence |
cause | Throwable |
See also: