|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.loom.exception.LocaleAwareException
org.loom.exception.MissingRequiredPropertyException
public class MissingRequiredPropertyException
Thrown when a required property is missing. This should seldom be used, since usually this is controlled using validations.
| Constructor Summary | |
|---|---|
MissingRequiredPropertyException(java.lang.String propertyName)
|
|
| Method Summary |
|---|
| Methods inherited from class org.loom.exception.LocaleAwareException |
|---|
addArg, addTranslatedArg, getArgs, getLocaleAwareMessage, getMessage, getMessageKey, getTranslatedArgs |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 MissingRequiredPropertyException(java.lang.String propertyName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||