Package com.iizix.text
Class KStringException
- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- com.iizix.text.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 Constructor Description 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.
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.