org.andromda.core.common
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.andromda.core.common.PluginException
All Implemented Interfaces:
Serializable

public class PluginException
extends RuntimeException

This exception is thrown when an unexpected exception occurs when plugin processing occurs.

Author:
Chad Brandon
See Also:
Serialized Form

Constructor Summary
PluginException(String message)
          Constructor for PluginException.
PluginException(String message, Throwable parent)
          Constructor for PluginException.
PluginException(Throwable parent)
          Constructor for PluginException.
 
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

PluginException

public PluginException(String message)
Constructor for PluginException.

Parameters:
message - the exception message

PluginException

public PluginException(String message,
                       Throwable parent)
Constructor for PluginException.

Parameters:
message - the exception message
parent - the parent throwable

PluginException

public PluginException(Throwable parent)
Constructor for PluginException.

Parameters:
parent - the parent throwable


Copyright © 2003-2012 AndroMDA.org. All Rights Reserved.