de.smartics.properties.api.config.domain
Class PropertyValidationWithSourceException

Package class diagram package PropertyValidationWithSourceException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.smartics.exceptions.AbstractCoreRuntimeException
                  extended by de.smartics.exceptions.i18n.AbstractMessageRuntimeException
                      extended by de.smartics.properties.api.core.app.PropertyRootException
                          extended by de.smartics.properties.api.core.domain.PropertyException
                              extended by de.smartics.properties.api.core.domain.PropertyDescriptorException
                                  extended by de.smartics.properties.api.core.domain.PropertyValidationException
                                      extended by de.smartics.properties.api.config.domain.PropertyValidationWithSourceException
All Implemented Interfaces:
de.smartics.exceptions.CoreException, de.smartics.exceptions.i18n.LocalizedException, Serializable

public final class PropertyValidationWithSourceException
     
     
extends PropertyValidationException

Signals that the value does not match the given constraints and provides information about the source location of the culprit.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException
messageBean
 
Fields inherited from class de.smartics.exceptions.AbstractCoreRuntimeException
info
 
Constructor Summary
PropertyValidationWithSourceException(PropertyValidationWithSourceMessageBean message)
          Default constructor.
 
Method Summary
 
Methods inherited from class de.smartics.properties.api.core.domain.PropertyValidationException
getMessageBean, invalid
 
Methods inherited from class de.smartics.exceptions.i18n.AbstractMessageRuntimeException
createMessages, createMessages, getCauseTrail, getCauseTrail, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedTextMessage, getLocalizedTextMessage, getLocalizedTextMessage, getMessage, getMessage, getMessage, getMessages, getMessages, toString
 
Methods inherited from class de.smartics.exceptions.AbstractCoreRuntimeException
getCause, getClassLoader, getCode, getId, getTime, truncateCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.smartics.exceptions.CoreException
getCause, getCode, getId, getStackTrace, getTime, setStackTrace, truncateCause
 

Constructor Detail

PropertyValidationWithSourceException

public PropertyValidationWithSourceException(PropertyValidationWithSourceMessageBean message)
Default constructor.

Parameters:
message - the detail message (which is saved for later retrieval by the AbstractMessageRuntimeException.getMessage() method).


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.