spcp7.imagegallery.abstractionlayer.exception
Class PropertyBooleanValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
spcp7.imagegallery.abstractionlayer.exception.PropertyValidationException
spcp7.imagegallery.abstractionlayer.exception.PropertyBooleanValidationException
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyBooleanValidationException
- extends PropertyValidationException
If property which should contain a boolean value does not contain one, this
exception should be thrown.
- 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 |
PropertyBooleanValidationException
public PropertyBooleanValidationException(java.lang.String message,
java.lang.String schluessel,
java.lang.String wert)
- Parameters:
message - schluessel - wert - The offending value of the property.
PropertyBooleanValidationException
public PropertyBooleanValidationException(java.lang.Throwable cause,
java.lang.String schluessel,
java.lang.String wert)
- Parameters:
cause - schluessel - wert - The offending value of the property.
PropertyBooleanValidationException
public PropertyBooleanValidationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String schluessel,
java.lang.String wert)
- Parameters:
message - cause - schluessel - wert - The offending value of the property.
Copyright © 2008. All Rights Reserved.