org.loom.exception
Class MissingRequiredPropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.loom.exception.LocaleAwareException
                  extended by org.loom.exception.MissingRequiredPropertyException
All Implemented Interfaces:
java.io.Serializable, LocaleAwareThrowable

public class MissingRequiredPropertyException
extends LocaleAwareException

Thrown when a required property is missing. This should seldom be used, since usually this is controlled using validations.

See Also:
Serialized Form

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

MissingRequiredPropertyException

public MissingRequiredPropertyException(java.lang.String propertyName)