Package net.hydromatic.morel.compile
Class TypeResolver.TypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.hydromatic.morel.compile.CompileException
-
- net.hydromatic.morel.compile.TypeResolver.TypeException
-
- All Implemented Interfaces:
Serializable,MorelException
- Enclosing class:
- TypeResolver
public static class TypeResolver.TypeException extends CompileException
Error while deducing type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TypeException(String message, Pos pos)
-
Method Summary
-
Methods inherited from class net.hydromatic.morel.compile.CompileException
describeTo, pos, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-