jetif
Class FrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jetif.FrameworkException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CreateSuiteException
- public class FrameworkException
- extends Exception
The FrameworkException indicates a general problem of framework.
It's used by framework only, don't use this exception in testing code.
- Author:
- Vicky Wang
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FrameworkException
public FrameworkException()
- Default constructor.
FrameworkException
public FrameworkException(String msg)
- Construct from a specified error message.
- Parameters:
msg - the error message.
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.