Griffon 0.9.5-rc2

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


Field Summary
private String mvcType

 
Constructor Summary
MVCGroupConfigurationException(String message, String mvcType)

MVCGroupConfigurationException(String message, String mvcType, Throwable cause)

MVCGroupConfigurationException(String mvcType, Throwable cause)

 
Method Summary
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

mvcType

private final String mvcType


 
Constructor Detail

MVCGroupConfigurationException

public MVCGroupConfigurationException(String message, String mvcType)


MVCGroupConfigurationException

public MVCGroupConfigurationException(String message, String mvcType, Throwable cause)


MVCGroupConfigurationException

public MVCGroupConfigurationException(String mvcType, Throwable cause)


 
Method Detail

getMvcType

public String getMvcType()


 

Groovy Documentation