Package io.kjson.yaml
Class YAMLException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class YAMLException extends JSONExceptionAn exception in the YAML parsing functions.
Peter Wall
-
-
Constructor Summary
Constructors Constructor Description YAMLException(String message, Object key)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class io.kjson.JSONException
getKey, getMessage, getText, withCause -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-