Package io.github.qishr.cascara.common.lang.exception
Class SerializerException
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.SerializerException
public class SerializerException
extends LocatableException
Constructor Summary
| Constructor | Description |
|---|---|
| SerializerException(DiagnosticCode code, Object[] details) | Standard constructor for serializer-detected mapping errors. |
| SerializerException(AstNode node, Throwable cause, DiagnosticCode code, Object[] details) | Constructor |
| SerializerException(Throwable cause, DiagnosticCode code, Object[] details) | Constructor for I/O or Stream failures. |
| SerializerException(AstNode node, DiagnosticCode code, Object[] details) |
Methods inherited from LocalizableRuntimeException
getCode, getDetails
Methods inherited from LocatableException
getRawMessage, getUri, getLine, getLocalizedMessage, getMessage, getColumn