Package com.complexible.stardog.api.test
Class TestFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.complexible.stardog.api.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(TestResultType result, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestResultType
getResult()
java.lang.String
toString()
-
-
-
Constructor Detail
-
TestFailedException
public TestFailedException(TestResultType result, java.lang.String msg)
-
-
Method Detail
-
getResult
public TestResultType getResult()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-