org.codehaus.mojo.freeform
Class FreeformPluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.