blob: 4baf84818b88262de35a4aa27f3be3d88b0ae5b7 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
/**
*******************************************************************************
* Copyright (C) 2006-2015, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*
*******************************************************************************
*/
package android.icu.impl;
/**
* @hide Only a subset of ICU is exposed in Android
* @hide All android.icu classes are currently hidden
*/
public class InvalidFormatException extends Exception {
// Generated by serialver from JDK 1.4.1_01
static final long serialVersionUID = 8883328905089345791L;
public InvalidFormatException(){}
public InvalidFormatException(Throwable cause) {
super(cause);
}
public InvalidFormatException(String message) {
super(message);
}
}