|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sun.enterprise.module.maven.sc.ScriptCreationException
public class ScriptCreationException
Denotes an exceptional condition during the creation of the script.
| Constructor Summary | |
|---|---|
ScriptCreationException()
Creates a new instance of ScriptCreationException without detail message. |
|
ScriptCreationException(java.lang.Exception e)
|
|
ScriptCreationException(java.lang.String msg)
Constructs an instance of ScriptCreationException with the specified detail message. |
|
| 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 ScriptCreationException()
ScriptCreationException without detail message.
public ScriptCreationException(java.lang.String msg)
ScriptCreationException with the specified detail message.
msg - the detail message.public ScriptCreationException(java.lang.Exception e)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||