]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/classes/core/src/com/ibm/icu/util/UResourceTypeMismatchException.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / classes / core / src / com / ibm / icu / util / UResourceTypeMismatchException.java
1 /*\r
2 ******************************************************************************\r
3 * Copyright (C) 2004-2006, International Business Machines Corporation and   *\r
4 * others. All Rights Reserved.                                               *\r
5 ******************************************************************************\r
6 */\r
7 \r
8 package com.ibm.icu.util;\r
9 \r
10 /**\r
11  * Exception thrown when the requested resource type \r
12  * is not the same type as the available resource\r
13  * @author ram\r
14  * @stable ICU 3.0\r
15  */\r
16 public class UResourceTypeMismatchException extends RuntimeException {\r
17     // Generated by serialver from JDK 1.4.1_01\r
18     static final long serialVersionUID = 1286569061095434541L;\r
19     \r
20     /**\r
21      * Constuct the exception with the given message\r
22      * @param msg the error message for this exception\r
23      * @stable ICU 3.0\r
24      */\r
25     public UResourceTypeMismatchException(String msg){\r
26         super(msg);       \r
27     }\r
28 }\r