org.finra.jtaf.core.model.exceptions
Class ExpectedFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.finra.jtaf.core.model.exceptions.ModelException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpectedFailureException
public ExpectedFailureException()
Copyright © 2014. All rights reserved.