Class SkeletonSyntaxException

All Implemented Interfaces:
Serializable

public class SkeletonSyntaxException extends IllegalArgumentException
Exception used for illegal number skeleton strings.
See Also:
  • 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:
    • 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: