spcp7.imagegallery.abstractionlayer.exception
Class PropertyNumberValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
spcp7.imagegallery.abstractionlayer.exception.PropertyValidationException
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
| 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 |
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.