com.mycila.testing
Class MycilaTestingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mycila.testing.MycilaTestingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TestPluginException

public class MycilaTestingException
extends RuntimeException

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)
See Also:
Serialized Form

Constructor Summary
MycilaTestingException(String message)
           
MycilaTestingException(String message, Object... args)
           
MycilaTestingException(String message, Throwable cause)
           
MycilaTestingException(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

MycilaTestingException

public MycilaTestingException(String message)

MycilaTestingException

public MycilaTestingException(String message,
                              Throwable cause)

MycilaTestingException

public MycilaTestingException(String message,
                              Object... args)

MycilaTestingException

public MycilaTestingException(Throwable cause,
                              String message,
                              Object... args)


Copyright © 2008-2011 Mycila. All Rights Reserved.