| Package | com.afcomponents.umap.errors |
| Class | public class Base64Error |
| Inheritance | Base64Error Error |
| Constant | Defined by | ||
|---|---|---|---|
| ILLEGAL_CHAR : String = "Illegal character in Base64 encoded data." [static]
| Base64Error | ||
| WRONG_LENGTH : String = "Length of Base64 encoded input string is not a multiple of 4." [static]
| Base64Error | ||