Package org.bouncycastle.util.test
Class TestFailedException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.bouncycastle.util.test.TestFailedException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class TestFailedException extends java.lang.RuntimeException- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description TestFailedException(TestResult result) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestResultgetResult() 
 - 
 
- 
- 
Constructor Detail
- 
TestFailedException
public TestFailedException(TestResult result)
 
 - 
 
- 
Method Detail
- 
getResult
public TestResult getResult()
 
 - 
 
 -