Class CharacterPropertyException

    • Constructor Detail

      • 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.