spcp7.imagegallery.abstractionlayer.exception
Class ContentFolderValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
spcp7.imagegallery.abstractionlayer.exception.ContentFolderValidationException
- All Implemented Interfaces:
- java.io.Serializable
public class ContentFolderValidationException
- extends java.lang.Exception
If a content folder contains invalid values this exception will be thrown.
- Author:
- Phillip Merensky
- See Also:
Exception,
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 |
ContentFolderValidationException
public ContentFolderValidationException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String offendingFieldValue)
- Calls the super constructor and must set the offending field value of the
content folder.
- Parameters:
message - cause - offendingFieldValue - The value of the field which is not valid.
ContentFolderValidationException
public ContentFolderValidationException(java.lang.Throwable cause,
java.lang.String offendingFieldValue)
- Parameters:
cause - offendingFieldValue - The value of the field which is not valid.
ContentFolderValidationException
public ContentFolderValidationException(java.lang.String message,
java.lang.String offendingFieldValue)
- Parameters:
message - offendingFieldValue - The value of the field which is not valid.
ContentFolderValidationException
public ContentFolderValidationException(java.lang.String offendingFieldValue)
- Parameters:
offendingFieldValue - The value of the field which is not valid.
getOffendingFieldValue
public java.lang.String getOffendingFieldValue()
- Returns:
- the offendingFieldValue The value of the field which is not
valid.
Copyright © 2008. All Rights Reserved.