Project Wonder 5.0

er.attachment.processors
Class ERAttachmentProcessor.ERXAttachmentExceedsLengthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.foundation.NSValidation.ValidationException
                  extended by er.extensions.validation.ERXValidationException
                      extended by er.attachment.processors.ERAttachmentProcessor.ERXAttachmentExceedsLengthException
All Implemented Interfaces:
com.webobjects.foundation.NSKeyValueCoding, java.io.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 Class Summary
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.DefaultImplementation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.Null, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.Utility, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
 
Field Summary
 
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
 
Fields inherited from class com.webobjects.foundation.NSValidation.ValidationException
_CLASS, AdditionalExceptionsKey, ValidatedKeyUserInfoKey, ValidatedObjectUserInfoKey
 
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding
_CLASS, NullValue
 
Constructor Summary
ERAttachmentProcessor.ERXAttachmentExceedsLengthException(java.lang.String type, java.lang.Object object, java.lang.String key, long maxSize, java.lang.String recommendedFileName)
           
 
Method Summary
 long getMaxSize()
           
 java.lang.String getRecommendedFileName()
           
 void setMaxSize(long maxSize)
           
 void setRecommendedFileName(java.lang.String recommendedFileName)
           
 
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
 
Methods inherited from class com.webobjects.foundation.NSValidation.ValidationException
aggregateExceptionWithExceptions, exceptionAddingEntriesToUserInfo, exceptionWithObjectAndKey, key, userInfo
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ERAttachmentProcessor.ERXAttachmentExceedsLengthException

public ERAttachmentProcessor.ERXAttachmentExceedsLengthException(java.lang.String type,
                                                                 java.lang.Object object,
                                                                 java.lang.String key,
                                                                 long maxSize,
                                                                 java.lang.String recommendedFileName)
Method Detail

setMaxSize

public void setMaxSize(long maxSize)

getMaxSize

public long getMaxSize()

setRecommendedFileName

public void setRecommendedFileName(java.lang.String recommendedFileName)

getRecommendedFileName

public java.lang.String getRecommendedFileName()

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.