org.codehaus.mojo.freeform
Class FreeformPluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.freeform.FreeformPluginException
All Implemented Interfaces:
Serializable

public class FreeformPluginException
extends Exception

This class is the only exception in the Netbeans Freeform plugin.

Author:
Rapha��l Pi��roni
See Also:
Serialized Form

Constructor Summary
FreeformPluginException(String msg)
          This constructor takes the Exception message as a parameter.
FreeformPluginException(String msg, Throwable cause)
          This constructor takes the Exception message and root cause as parameters.
 
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

FreeformPluginException

public FreeformPluginException(String msg)
This constructor takes the Exception message as a parameter.

Parameters:
msg - The Exception message.

FreeformPluginException

public FreeformPluginException(String msg,
                               Throwable cause)
This constructor takes the Exception message and root cause as parameters.

Parameters:
msg - The Exception message.
cause - The Exception root cause.


Copyright © 2005-2011 Codehaus. All Rights Reserved.