public class SkeletonSyntaxException extends IllegalArgumentException
NumberFormatter
,
Serialized FormConstructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SkeletonSyntaxException(String message, CharSequence token)
NumberFormatter
public SkeletonSyntaxException(String message, CharSequence token, Throwable cause)
NumberFormatter
Copyright © 2016 Unicode, Inc. and others.