Jetif v1.8.0

jetif
Class CreateSuiteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjetif.FrameworkException
              extended byjetif.CreateSuiteException
All Implemented Interfaces:
Serializable

public class CreateSuiteException
extends FrameworkException

The CreateSuiteException is thrown if error occurs when create the suite object.

Author:
Vicky Wang
See Also:
Serialized Form

Constructor Summary
CreateSuiteException(String msg)
          Construct from the 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

CreateSuiteException

public CreateSuiteException(String msg)
Construct from the specified error message.

Parameters:
msg - the error message

Jetif v1.8.0

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