Package net.hydromatic.morel.util
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 TypeMethodDescriptiondescribeTo(StringBuilder buf) Writes a description of this exception.pos()Returns the position.
-
Method Details
-
pos
Pos pos()Returns the position. -
describeTo
Writes a description of this exception.
-