Class InvalidCharacterException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(since="2021-07-29")
    public class InvalidCharacterException
    extends java.lang.RuntimeException
    Deprecated.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()
      Deprecated.
       
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidCharacterException

        public InvalidCharacterException​(int input)
        Deprecated.
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Deprecated.
        Overrides:
        getMessage in class java.lang.Throwable