Package org.onlab.junit
Class TestUtils.TestUtilsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.onlab.junit.TestUtils.TestUtilsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TestUtils
public static class TestUtils.TestUtilsException extends java.lang.RuntimeException
Exception that can be thrown if problems are encountered while executing the utility method. These are usually problems accessing fields/methods through reflection. The original exception can be found by examining the cause.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestUtilsException(java.lang.String message, java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.
-