Uses of Class
jfun.jaskell.JaskellException

Packages that use JaskellException
jfun.jaskell Provides classes and interfaces for compiling and running jaskell code. 
 

Uses of JaskellException in jfun.jaskell
 

Subclasses of JaskellException in jfun.jaskell
 class AbstractMemberException
          Thrown when an abstract tuple member is evaluated.
 class AssertionFailedException
          Represents an assertion failure.
 class CompilationException
          Represents a compilcation error of a jaskell source code.
 class EvaluationException
          Represents error when evaluating jaskell expression.
 class InternalException
          To denote internal exceptions that's used internally by jaskell engine for special purpose and never gonna be visible to users.
 class InvalidArgumentException
          Represents any invalid argument error.
 class InvalidBeanPropertyException
          Represents an invalid bean property.
 class MethodInvocationException
          Represents an error when calling a java method from within jaskell.
 class TypeMismatchException
          Represents a type mismatch error.