org.andromda.translation.ocl.testsuite
Class TranslationTestProcessorException

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.TranslationTestProcessorException
All Implemented Interfaces:
Serializable

public class TranslationTestProcessorException
extends RuntimeException

Any unchecked exception that will be thrown when an unexpected translator test exception occurs. Should be thrown when a test is not configured correctly.

See Also:
Serialized Form

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

TranslationTestProcessorException

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

Parameters:
th -

TranslationTestProcessorException

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

Parameters:
msg -

TranslationTestProcessorException

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

Parameters:
msg -
th -


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