]> gitweb.fperrin.net Git - Dictionary.git/blob - jars/icu4j-4_4_2-src/main/classes/core/src/com/ibm/icu/text/ArabicShapingException.java
go
[Dictionary.git] / jars / icu4j-4_4_2-src / main / classes / core / src / com / ibm / icu / text / ArabicShapingException.java
1 /*\r
2  *******************************************************************************\r
3  *   Copyright (C) 2001-2008, International Business Machines\r
4  *   Corporation and others.  All Rights Reserved.\r
5  *******************************************************************************\r
6  */\r
7 \r
8 package com.ibm.icu.text;\r
9 \r
10 /**\r
11  * Thrown by ArabicShaping when there is a shaping error.\r
12  * @stable ICU 2.0\r
13  */\r
14 public final class ArabicShapingException extends Exception {\r
15     // generated by serialver from JDK 1.4.1_01\r
16     static final long serialVersionUID = 5261531805497260490L;\r
17     \r
18     /**\r
19      * Construct the exception with the given message\r
20      * @param message the error message for this exception\r
21      * @stable ICU 3.8\r
22      */\r
23     public ArabicShapingException(String message) {\r
24         super(message);\r
25     }\r
26 }\r