com.mycila.testing.core.api
Class TestPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mycila.testing.MycilaTestingException
com.mycila.testing.core.api.TestPluginException
- All Implemented Interfaces:
- Serializable
public class TestPluginException
- extends MycilaTestingException
- Author:
- Mathieu Carbou (mathieu.carbou@gmail.com)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TestPluginException
public TestPluginException(String message)
TestPluginException
public TestPluginException(String message,
Throwable cause)
TestPluginException
public TestPluginException(String message,
Object... args)
TestPluginException
public TestPluginException(Throwable cause,
String message,
Object... args)
Copyright © 2008-2011 Mycila. All Rights Reserved.