Class IllegalCharsetNameException

All Implemented Interfaces:
Serializable

public class IllegalCharsetNameException
extends IllegalArgumentException
An IllegalCharsetNameException is thrown when an illegal charset name is encountered.
See Also:
Serialized Form
  • Constructor Details

    • IllegalCharsetNameException

      public IllegalCharsetNameException​(String charsetName)
      Constructs a new IllegalCharsetNameException with the supplied charset name.
      Parameters:
      charsetName - the encountered illegal charset name.
  • Method Details

    • getCharsetName

      public String getCharsetName()
      Returns the encountered illegal charset name.