psdi.iface.bidi.core

Class BidiTransformationException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • psdi.iface.bidi.core.BidiTransformationException
  • All Implemented Interfaces:
    java.io.Serializable


    public class BidiTransformationException
    extends java.lang.Exception
    This exception will be thrown when - an invalid value is set into a Bidi attribute in the class AttributesObject - the combination of input and output attributes in the class LayoutObject is invalid - ArabicShapingException is thrown from Arabic shaping methods
    See Also:
    Serialized Form
    • Constructor Detail

      • BidiTransformationException

        public BidiTransformationException(java.lang.Throwable cause)
      • BidiTransformationException

        public BidiTransformationException(int errorCode)
      • BidiTransformationException

        public BidiTransformationException(int errorCode,
                                           java.lang.Object messageData)
    • Method Detail

      • getTracingMessage

        public static java.lang.String getTracingMessage(int errorCode,
                                                         java.lang.Object messageData)
      • getErrorCode

        public final int getErrorCode()
      • getMessageData

        public final java.lang.Object getMessageData()