Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev Class
Next Class
VTypes - Release 1
Class org.violetlib.types.InvalidTextException
Inherited members: ShowHide
Deprecated: ShowHide
org.violetlib.types

Class InvalidTextException

  • Object
    • Throwable
      • Exception
        • InvalidTextException
  • All Implemented Interfaces:
    Serializable
    public class InvalidTextException extends Exception
    An exception to report that user submitted text is not valid.
    See Also:
    Serialized Form
    • Static Methods 
      Modifier and Type Static Method and Description
      Ordinary member indicator create Reveal DetailHide Detail
      static InvalidTextException create()
      Create an exception to report invalid text using a generic message.
      public static InvalidTextException create()
      Create an exception to report invalid text using a generic message.
      Ordinary member indicator create Reveal DetailHide Detail
      static InvalidTextException create(String message)
      Create an exception to report invalid text using a specific message.
      public static InvalidTextException create(String message)
      Create an exception to report invalid text using a specific message.
      Parameters:
      message - A message that explains the problem with the text. The message should not include the actual text.
      • Methods inherited from class Throwable

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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait