korat.testing.impl
Class KoratTestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
korat.testing.impl.KoratTestException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CannotFindClassUnderTest, KoratMethodException
public class KoratTestException
- extends Exception
- Author:
- Aleksandar Milicevic
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
KoratTestException
public KoratTestException()
KoratTestException
public KoratTestException(String message,
Throwable cause)
KoratTestException
public KoratTestException(String message)
KoratTestException
public KoratTestException(Throwable cause)