Class KStringException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    KStringParseException

    public class KStringException
    extends java.lang.Exception
    Exception class used for KString.
    Author:
    Christopher Mindus
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      ConstructorDescription
      KStringException​(java.lang.String message)
      Constructs a KString exception.
      KStringException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a KString exception with a cause exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • KStringException

        public KStringException​(java.lang.String message)
        Constructs a KString exception.
        Parameters:
        message - The message string.
      • KStringException

        public KStringException​(java.lang.String message,
                                java.lang.Throwable cause)
        Constructs a KString exception with a cause exception.
        Parameters:
        message - The message string.
        cause - The cause of the exception.