org.jboss.arquillian.core.spi
Class InvocationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.arquillian.core.spi.InvocationException
- All Implemented Interfaces:
- Serializable
public class InvocationException
- extends RuntimeException
Exception for Invocation errors during execution of e.g. ObserverMethod#invoke(Object)
or
InjectionPoint.set(Instance)
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvocationException
public InvocationException(Throwable cause)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.