|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.maven.surefire.util.NestedRuntimeException
org.apache.maven.surefire.util.SurefireReflectionException
public class SurefireReflectionException
Exception indicating that surefire hard problems with reflection. This may be due to programming errors, incorrect configuration or incorrect dependencies, but is generally not recoverable and not relevant to handle.
Constructor Summary | |
---|---|
SurefireReflectionException(java.lang.Throwable cause)
Create a SurefireReflectionException with the specified cause. |
Method Summary |
---|
Methods inherited from class org.apache.maven.surefire.util.NestedRuntimeException |
---|
contains, getCause, getMessage, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SurefireReflectionException(java.lang.Throwable cause)
SurefireReflectionException
with the specified cause. The
getMessage
method of this exception object will return
(cause == null ? "" : cause.toString())
.
cause
- The cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |