Skip to content

Package io.github.qishr.cascara.lang.yaml.exception

Class YamlParserException

java.lang.Object
        java.lang.Throwable
                java.lang.Exception
                        java.lang.RuntimeException
                                io.github.qishr.cascara.common.diagnostic.LocalizableRuntimeException
                                        io.github.qishr.cascara.common.diagnostic.LocatableException
                                                io.github.qishr.cascara.common.lang.exception.ParserException
                                                        io.github.qishr.cascara.lang.yaml.exception.YamlParserException


public class YamlParserException
extends ParserException

Constructor Summary

Constructor Description
YamlParserException(int line, int column, DiagnosticCode code, Object[] details) Standard constructor for parser-detected logic errors.
YamlParserException(YamlToken token, DiagnosticCode code, Object[] details) Standard constructor for parser-detected logic errors.
YamlParserException(Throwable cause, DiagnosticCode code, Object[] details) Constructor for I/O or Stream failures.

Methods inherited from LocatableException

getRawMessage, getUri, getLine, getLocalizedMessage, getMessage, getColumn

Methods inherited from LocalizableRuntimeException

getCode, getDetails