Class SkeletonSyntaxException

All Implemented Interfaces:
Serializable

public class SkeletonSyntaxException extends IllegalArgumentException
Exception used for illegal number skeleton strings.
See Also:
Status:
Stable ICU 62.
  • Constructor Details

    • SkeletonSyntaxException

      public SkeletonSyntaxException(String message, CharSequence token)
      Construct a new SkeletonSyntaxException with information about the token at the point of failure.
      See Also:
      Status:
      Stable ICU 62.
    • 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:
      Status:
      Stable ICU 62.