|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.mojo.freeform.FreeformPluginException
public class FreeformPluginException
This class is the only exception in the Netbeans Freeform plugin.
| Constructor Summary | |
|---|---|
FreeformPluginException(java.lang.String msg)
This constructor takes the Exception message as a parameter. |
|
FreeformPluginException(java.lang.String msg,
java.lang.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 |
|---|
public FreeformPluginException(java.lang.String msg)
msg - The Exception message.
public FreeformPluginException(java.lang.String msg,
java.lang.Throwable cause)
msg - The Exception message.cause - The Exception root cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||