Class SkeletonSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SkeletonSyntaxException
    extends java.lang.IllegalArgumentException
    Exception used for illegal number skeleton strings.
    See Also:
    NumberFormatter, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      SkeletonSyntaxException​(java.lang.String message, java.lang.CharSequence token)
      Construct a new SkeletonSyntaxException with information about the token at the point of failure.
      SkeletonSyntaxException​(java.lang.String message, java.lang.CharSequence token, java.lang.Throwable cause)
      Construct a new SkeletonSyntaxException with information about the token at the point of failure.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SkeletonSyntaxException

        public SkeletonSyntaxException​(java.lang.String message,
                                       java.lang.CharSequence token)
        Construct a new SkeletonSyntaxException with information about the token at the point of failure.
        See Also:
        NumberFormatter
      • SkeletonSyntaxException

        public SkeletonSyntaxException​(java.lang.String message,
                                       java.lang.CharSequence token,
                                       java.lang.Throwable cause)
        Construct a new SkeletonSyntaxException with information about the token at the point of failure.
        See Also:
        NumberFormatter