Interface MorelException

All Known Implementing Classes:
Codes.MorelRuntimeException, CompileException, TypeResolver.TypeException

public interface MorelException
Interface implemented by all exceptions in Morel.
  • Method Summary

    Modifier and Type
    Method
    Description
    Writes a description of this exception.
    pos()
    Returns the position.
  • Method Details