griffon.exceptions
[Java] Class MVCGroupConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
griffon.exceptions.GriffonException
griffon.exceptions.MVCGroupException
griffon.exceptions.MVCGroupConfigurationException
public class MVCGroupConfigurationException
extends MVCGroupException
- Authors:
- Andres Almiray
- Since:
- 0.9.4
Methods inherited from class RuntimeException
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
mvcType
private final String mvcType
-
MVCGroupConfigurationException
public MVCGroupConfigurationException(String message, String mvcType)
-
MVCGroupConfigurationException
public MVCGroupConfigurationException(String message, String mvcType, Throwable cause)
-
MVCGroupConfigurationException
public MVCGroupConfigurationException(String mvcType, Throwable cause)
-
getMvcType
public String getMvcType()
-
Groovy Documentation