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:
Serializable
- Enclosing class:
- TestUtils
public static class TestUtils.TestUtilsException extends 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(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-