jfun.jaskell
Class AssertionFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjfun.jaskell.JaskellException
                  extended byjfun.jaskell.EvaluationException
                      extended byjfun.jaskell.AssertionFailedException
All Implemented Interfaces:
java.io.Serializable

public class AssertionFailedException
extends EvaluationException

Represents an assertion failure.

Zephyr Business Solutions Corp.

Author:
Ben Yu
See Also:
Serialized Form

Constructor Summary
AssertionFailedException(java.lang.String arg0)
           
 
Methods inherited from class jfun.jaskell.EvaluationException
printEvaluationTrace, printEvaluationTrace, printEvaluationTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionFailedException

public AssertionFailedException(java.lang.String arg0)