|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
griffon.exceptions.GriffonException
griffon.exceptions.MVCGroupException
griffon.exceptions.MVCGroupInstantiationException
public class MVCGroupInstantiationException extends MVCGroupException
Field Summary | |
---|---|
private String |
mvcName
|
private String |
mvcType
|
Constructor Summary | |
MVCGroupInstantiationException(String message, String mvcType, String mvcName)
|
|
MVCGroupInstantiationException(String message, String mvcType, String mvcName, Throwable cause)
|
|
MVCGroupInstantiationException(String mvcType, String mvcName, Throwable cause)
|
Method Summary | |
---|---|
String
|
getMvcName()
|
String
|
getMvcType()
|
Methods inherited from class RuntimeException | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private final String mvcName
private final String mvcType
Constructor Detail |
---|
public MVCGroupInstantiationException(String message, String mvcType, String mvcName)
public MVCGroupInstantiationException(String message, String mvcType, String mvcName, Throwable cause)
public MVCGroupInstantiationException(String mvcType, String mvcName, Throwable cause)
Method Detail |
---|
public String getMvcName()
public String getMvcType()
Groovy Documentation