layout: global title: INVALID_FORMAT error class displayTitle: INVALID_FORMAT error class license: | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
The format is invalid: <format>
.
This error class has the following derived error classes:
Thousands separators (, or G) must have digits in between them in the number format.
Currency characters must appear before any decimal point in the number format.
Currency characters must appear before digits in the number format.
The number format string cannot be empty.
The escape character is not allowed to end with.
The escape character is not allowed to precede <char>
.
Thousands separators (, or G) may not appear after the decimal point in the number format.
Found the unexpected <token>
in the format string; the structure of the format string must match: [MI|S]
[$]
[0|9|G|,]*
[.|D]
[0|9]*
[$]
[PR|MI|S]
.
The format string requires at least one number digit.
At most one <token>
is allowed in the number format.