Package net.hydromatic.morel.util
Interface MorelException
-
- All Known Implementing Classes:
Codes.MorelRuntimeException,CompileException,TypeResolver.TypeException
public interface MorelExceptionInterface implemented by all exceptions in Morel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringBuilderdescribeTo(StringBuilder buf)Writes a description of this exception.Pospos()Returns the position.
-
-
-
Method Detail
-
pos
Pos pos()
Returns the position.
-
describeTo
StringBuilder describeTo(StringBuilder buf)
Writes a description of this exception.
-
-