er.attachment.processors
Class ERAttachmentProcessor.ERXAttachmentExceedsLengthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.foundation.NSValidation.ValidationException
er.extensions.validation.ERXValidationException
er.attachment.processors.ERAttachmentProcessor.ERXAttachmentExceedsLengthException
- All Implemented Interfaces:
- NSKeyValueCoding, Serializable
- Enclosing class:
- ERAttachmentProcessor<T extends ERAttachment>
public static class ERAttachmentProcessor.ERXAttachmentExceedsLengthException
- extends ERXValidationException
ERXAttachmentExceedsLengthException thrown when an attachment exceeds the maximum attachment size.
- See Also:
- Serialized Form
- Author:
- mschrag
| Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._MethodBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
| Fields inherited from class er.extensions.validation.ERXValidationException |
_context, additionalExceptions, CustomMethodException, delegate, ExceedsMaximumLengthException, InvalidNumberException, InvalidValueException, log, MandatoryToManyRelationshipException, MandatoryToOneRelationshipException, message, method, NullPropertyException, object, ObjectRemovalException, ObjectsRemovalException, targetLanguage, type, value, ValueConversionException |
| Methods inherited from class er.extensions.validation.ERXValidationException |
_getMessage, additionalExceptions, attribute, context, delegate, displayNameForEntity, displayNameForProperty, eoObject, equals, getMessage, hashCode, isCustomMethodException, localizedDisplayNameForKey, method, object, propertyKey, setAdditionalExceptions, setContext, setDelegate, setMethod, setObject, setTargetLanguage, setType, setValue, takeValueForKey, targetLanguage, toString, type, value, valueForKey |
ERAttachmentProcessor.ERXAttachmentExceedsLengthException
public ERAttachmentProcessor.ERXAttachmentExceedsLengthException(String type,
Object object,
String key,
long maxSize,
String recommendedFileName)
setMaxSize
public void setMaxSize(long maxSize)
getMaxSize
public long getMaxSize()
setRecommendedFileName
public void setRecommendedFileName(String recommendedFileName)
getRecommendedFileName
public String getRecommendedFileName()
Copyright © 2002 – 2011 Project Wonder.