Class CharacterPropertyException

All Implemented Interfaces:
Serializable

public class CharacterPropertyException extends EncodingException
See Also:
  • Constructor Details

    • CharacterPropertyException

      public CharacterPropertyException(EncodingError error)
    • CharacterPropertyException

      public CharacterPropertyException(EncodingError error, String str)
    • CharacterPropertyException

      public CharacterPropertyException(EncodingError error, byte[] bytes, int p, int end)
    • CharacterPropertyException

      @Deprecated public CharacterPropertyException(String message)
      Deprecated.
    • CharacterPropertyException

      @Deprecated public CharacterPropertyException(String message, String str)
      Deprecated.
    • CharacterPropertyException

      @Deprecated public CharacterPropertyException(String message, byte[] bytes, int p, int end)
      Deprecated.