IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.pluglets.engine
Class PlugletException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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.
 
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 Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.