SkeletonSyntaxException


open class SkeletonSyntaxException : IllegalArgumentException
kotlin.Any
   ↳ kotlin.Throwable
   ↳ java.lang.Exception
   ↳ java.lang.RuntimeException
   ↳ java.lang.IllegalArgumentException
   ↳ android.icu.number.SkeletonSyntaxException

Exception used for illegal number skeleton strings.

Summary

Public constructors

Construct a new SkeletonSyntaxException with information about the token at the point of failure.

SkeletonSyntaxException(message: String!, token: CharSequence!, cause: Throwable!)

Construct a new SkeletonSyntaxException with information about the token at the point of failure.

Public constructors

SkeletonSyntaxException

SkeletonSyntaxException(
    message: String!,
    token: CharSequence!)

Construct a new SkeletonSyntaxException with information about the token at the point of failure.

SkeletonSyntaxException

SkeletonSyntaxException(
    message: String!,
    token: CharSequence!,
    cause: Throwable!)

Construct a new SkeletonSyntaxException with information about the token at the point of failure.