korat.testing.impl
Class CannotFindClassUnderTest

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by korat.testing.impl.KoratTestException
              extended by korat.testing.impl.CannotFindClassUnderTest
All Implemented Interfaces:
Serializable

public class CannotFindClassUnderTest
extends KoratTestException

Author:
Aleksandar Milicevic
See Also:
Serialized Form

Field Summary
private  String fullClassName
           
private static long serialVersionUID
           
 
Constructor Summary
CannotFindClassUnderTest(String fullClassName)
           
CannotFindClassUnderTest(String fullClassName, String message)
           
CannotFindClassUnderTest(String fullClassName, String message, Throwable cause)
           
CannotFindClassUnderTest(String fullClassName, Throwable cause)
           
 
Method Summary
 String getFullClassName()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

fullClassName

private String fullClassName
Constructor Detail

CannotFindClassUnderTest

public CannotFindClassUnderTest(String fullClassName)

CannotFindClassUnderTest

public CannotFindClassUnderTest(String fullClassName,
                                String message,
                                Throwable cause)

CannotFindClassUnderTest

public CannotFindClassUnderTest(String fullClassName,
                                String message)

CannotFindClassUnderTest

public CannotFindClassUnderTest(String fullClassName,
                                Throwable cause)
Method Detail

getFullClassName

public String getFullClassName()