spcp7.imagegallery.abstractionlayer.exception
Class PropertyNumberValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by spcp7.imagegallery.abstractionlayer.exception.PropertyValidationException
              extended by spcp7.imagegallery.abstractionlayer.exception.PropertyNumberValidationException
All Implemented Interfaces:
java.io.Serializable

public class PropertyNumberValidationException
extends PropertyValidationException

This exception should be thrown when a property vlue which should be a number contains something that is not a number.

Author:
Phillip Merensky
See Also:
Exception, PropertyValidationException, Serialized Form

Constructor Summary
PropertyNumberValidationException(java.lang.String message, java.lang.String schluessel, java.lang.String wert)
           
PropertyNumberValidationException(java.lang.String message, java.lang.Throwable cause, java.lang.String schluessel, java.lang.String wert)
           
PropertyNumberValidationException(java.lang.Throwable cause, java.lang.String schluessel, java.lang.String wert)
           
 
Method Summary
 
Methods inherited from class spcp7.imagegallery.abstractionlayer.exception.PropertyValidationException
getSchluessel, getWert
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

PropertyNumberValidationException

public PropertyNumberValidationException(java.lang.String message,
                                         java.lang.String schluessel,
                                         java.lang.String wert)
Parameters:
message -
schluessel - The offending key of the property.
wert - The offending value of the property.

PropertyNumberValidationException

public PropertyNumberValidationException(java.lang.Throwable cause,
                                         java.lang.String schluessel,
                                         java.lang.String wert)
Parameters:
cause -
schluessel - The offending key of the property.
wert - The offending value of the property.

PropertyNumberValidationException

public PropertyNumberValidationException(java.lang.String message,
                                         java.lang.Throwable cause,
                                         java.lang.String schluessel,
                                         java.lang.String wert)
Parameters:
message -
cause -
schluessel - The offending key of the property.
wert - The offending value of the property.


Copyright © 2008. All Rights Reserved.