|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
griffon.plugins.i18n.ConstraintNotSupportedException
public class ConstraintNotSupportedException extends RuntimeException
| Field Summary | |
|---|---|
private Object |
constraint
|
private MessageSource |
source
|
| Constructor Summary | |
ConstraintNotSupportedException(MessageSource source, Object constraint)
Create a new exception. |
|
| Method Summary | |
|---|---|
Object
|
getConstraint()
Get the constraint |
MessageSource
|
getSource()
Get the MessageSource |
| Methods inherited from class RuntimeException | |
|---|---|
| printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Exception | |
|---|---|
| printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private Object constraint
private MessageSource source
| Constructor Detail |
|---|
public ConstraintNotSupportedException(MessageSource source, Object constraint)
source - message that could not be resolved for given localeconstraint - locale that was used to search for the code within
| Method Detail |
|---|
public Object getConstraint()
public MessageSource getSource()
Groovy Documentation