org.finra.jtaf.core.model.exceptions
Class ExpectedFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.finra.jtaf.core.model.exceptions.ModelException
              extended by org.finra.jtaf.core.model.exceptions.ExpectedFailureException
All Implemented Interfaces:
Serializable

public class ExpectedFailureException
extends ModelException

This exception is thrown by the interpreter when no exception is thrown within an block. This allows us to reverse the normal logic of our testing and verify that our validation commands are doing what they are supposed to do.

See Also:
Serialized Form

Constructor Summary
ExpectedFailureException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpectedFailureException

public ExpectedFailureException()


Copyright © 2014. All rights reserved.