Package com.iizix.text
Class KStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.text.KStringException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KStringParseException
Exception class used for KString.
- Author:
- Christopher Mindus
- See Also:
Constructor Summary
ConstructorDescriptionKStringException
(String message) Constructs a KString exception.KStringException
(String message, 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
Constructor Details
KStringException
Constructs a KString exception.- Parameters:
message
- The message string.
KStringException
Constructs a KString exception with a cause exception.- Parameters:
message
- The message string.cause
- The cause of the exception.