IBM Rational Pluglets
Release 7.0

com.ibm.xtools.pluglets.engine
Class PlugletException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.ibm.xtools.pluglets.engine.PlugletException
All Implemented Interfaces:
Serializable

public class PlugletException
extends RuntimeException

Exception thrown by methods in the PlugletExecutor class.

See Also:
Serialized Form

Constructor Summary
PlugletException(String msg)
          Constructs a pluglet exception with the specified detailed message.
 
Method Summary
 
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

PlugletException

public PlugletException(String msg)
Constructs a pluglet exception with the specified detailed message.

Parameters:
msg - The detailed message.

IBM Rational Pluglets
Release 7.0


Guidelines for using Eclipse APIs.

© Copyright IBM Corp. 2000, 2007. All rights reserved.