org.shiftone.jrat.util
Class AssertionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.shiftone.jrat.util.NestedRuntimeException
                  extended by org.shiftone.jrat.core.JRatException
                      extended by org.shiftone.jrat.util.AssertionFailedException
All Implemented Interfaces:
java.io.Serializable

public class AssertionFailedException
extends JRatException

Author:
jeff@shiftone.org (Jeff Drost)
See Also:
Serialized Form

Constructor Summary
AssertionFailedException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class org.shiftone.jrat.util.NestedRuntimeException
getRootCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 message)