Jetif v1.8.0

jetif
Class FrameworkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjetif.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

Constructor Summary
FrameworkException()
          Default constructor.
FrameworkException(String msg)
          Construct from a specified error message.
 
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

FrameworkException

public FrameworkException()
Default constructor.


FrameworkException

public FrameworkException(String msg)
Construct from a specified error message.

Parameters:
msg - the error message.

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.