Added in API level 37

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

Added in API level 37
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

Added in API level 37
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: