public class BidiTransformationException
extends java.lang.Exception
AttributesObject
 - the combination of input and output attributes in the class LayoutObject is invalid
 - ArabicShapingException is thrown from Arabic shaping methods| Modifier and Type | Field and Description | 
|---|---|
| static int | ERR_ARABIC_SHAPING | 
| static int | ERR_CONFLICTING_ATTRIBUTES | 
| static int | ERR_IDENTICAL_IN_OUT_ATTRIBUTES | 
| static int | ERR_INVALID_FLAG_SET | 
| static int | ERR_INVALID_IN_OUT_ATTRIBUTES | 
| static int | ERR_INVALID_NS_FLAG | 
| static int | ERR_INVALID_SS_FLAG | 
| static int | ERR_INVALID_TO_FLAG | 
| static int | ERR_INVALID_TS_FLAG | 
| static int | ERR_INVALID_TT_FLAG | 
| static int | ERR_NULL_ATTRIBUTES | 
| static int | ERR_NULL_XML_DOCUMENT | 
| Constructor and Description | 
|---|
| BidiTransformationException(int errorCode) | 
| BidiTransformationException(int errorCode,
                           java.lang.Object messageData) | 
| BidiTransformationException(java.lang.Throwable cause) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorCode() | 
| java.lang.Object | getMessageData() | 
| static java.lang.String | getTracingMessage(int errorCode,
                 java.lang.Object messageData) | 
public static final int ERR_INVALID_TT_FLAG
public static final int ERR_INVALID_TO_FLAG
public static final int ERR_INVALID_SS_FLAG
public static final int ERR_INVALID_TS_FLAG
public static final int ERR_INVALID_NS_FLAG
public static final int ERR_INVALID_FLAG_SET
public static final int ERR_IDENTICAL_IN_OUT_ATTRIBUTES
public static final int ERR_INVALID_IN_OUT_ATTRIBUTES
public static final int ERR_CONFLICTING_ATTRIBUTES
public static final int ERR_NULL_ATTRIBUTES
public static final int ERR_NULL_XML_DOCUMENT
public static final int ERR_ARABIC_SHAPING