Class SkeletonSyntaxException

    • Constructor Detail

      • SkeletonSyntaxException

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