com.mycila.testing.core.api
Class TestPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mycila.testing.MycilaTestingException
                  extended by 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

Constructor Summary
TestPluginException(String message)
           
TestPluginException(String message, Object... args)
           
TestPluginException(String message, Throwable cause)
           
TestPluginException(Throwable cause, String message, Object... args)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.