|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.andromda.translation.ocl.testsuite.TranslationTestProcessorException
public class TranslationTestProcessorException
Any unchecked exception that will be thrown when an unexpected translator test exception occurs. Should be thrown when a test is not configured correctly.
| 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 |
|---|
public TranslationTestProcessorException(Throwable th)
th - public TranslationTestProcessorException(String msg)
msg -
public TranslationTestProcessorException(String msg,
Throwable th)
msg - th -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||