org.ocltf.test
Class TranslationTestProcessorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ocltf.test.TranslationTestProcessorException
All Implemented Interfaces:
java.io.Serializable

public class TranslationTestProcessorException
extends java.lang.RuntimeException

Any unchecked exception that will be thrown when an unexprected translator test exception occurs. Should be thrown when a test is not co.ocltf.gured correctly.

See Also:
Serialized Form

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

Parameters:
th -

TranslationTestProcessorException

public TranslationTestProcessorException(java.lang.String msg)
Constructs an instance .ocltf.TranslationTestProcessorException.

Parameters:
msg -

TranslationTestProcessorException

public TranslationTestProcessorException(java.lang.String msg,
                                         java.lang.Throwable th)
Constructs an instance .ocltf.TranslationTestProcessorException.

Parameters:
msg -
th -


Copyright © 2003-2004 Chad Brandon. All Rights Reserved.