Class KStringException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KStringParseException

public class KStringException extends Exception
Exception class used for KString.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • KStringException

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

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