org.andromda.translation.ocl.testsuite
Class TranslationTestDiscovererException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.translation.ocl.testsuite.TranslationTestDiscovererException
All Implemented Interfaces:
Serializable

public class TranslationTestDiscovererException
extends RuntimeException

Any unchecked exception that will be thrown when an unexpected error occurs during TranslationTestDiscoverer processing.

See Also:
Serialized Form

Constructor Summary
TranslationTestDiscovererException(String msg)
          Constructs an instance of TranslationTestDiscovererException.
TranslationTestDiscovererException(String msg, Throwable th)
          Constructs an instance of TranslationTestDiscovererException.
TranslationTestDiscovererException(Throwable th)
          Constructs an instance of TranslationTestDiscovererException.
 
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

TranslationTestDiscovererException

public TranslationTestDiscovererException(Throwable th)
Constructs an instance of TranslationTestDiscovererException.

Parameters:
th -

TranslationTestDiscovererException

public TranslationTestDiscovererException(String msg)
Constructs an instance of TranslationTestDiscovererException.

Parameters:
msg -

TranslationTestDiscovererException

public TranslationTestDiscovererException(String msg,
                                          Throwable th)
Constructs an instance of TranslationTestDiscovererException.

Parameters:
msg -
th -


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.