jfun.jaskell
Class AssertionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jfun.jaskell.JaskellException
                  extended by jfun.jaskell.EvaluationException
                      extended by jfun.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)
           
 
Method Summary
 
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)