Uses of Package
com.elasticpath.commons.exception

Packages that use com.elasticpath.commons.exception
com.elasticpath.cmweb   
com.elasticpath.commons.exception   
com.elasticpath.commons.filter.impl   
com.elasticpath.commons.util   
com.elasticpath.commons.util.impl   
com.elasticpath.domain   
com.elasticpath.domain.attribute   
com.elasticpath.domain.attribute.impl   
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.domain.catalogview   
com.elasticpath.domain.catalogview.impl   
com.elasticpath.domain.customer   
com.elasticpath.domain.customer.impl   
com.elasticpath.domain.impl Tests for the default Elastic Path implementation of the Domain Model. 
com.elasticpath.domain.payment   
com.elasticpath.persistence   
com.elasticpath.service   
com.elasticpath.service.attribute   
com.elasticpath.service.attribute.impl   
com.elasticpath.service.auth   
com.elasticpath.service.auth.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.cmuser   
com.elasticpath.service.cmuser.impl   
com.elasticpath.service.customer   
com.elasticpath.service.customer.impl   
com.elasticpath.service.dataimport   
com.elasticpath.service.index.impl   
com.elasticpath.service.misc   
com.elasticpath.service.misc.impl   
com.elasticpath.service.rules   
com.elasticpath.service.rules.impl   
com.elasticpath.service.shipping   
com.elasticpath.service.tax   
com.elasticpath.sfweb   
com.elasticpath.sfweb.filters   
com.elasticpath.web.ajax.dwrconverter   
com.elasticpath.web.context.impl   
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.cmweb
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.commons.exception
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.commons.filter.impl
EpLicensingInvalidException
          This exception will be thrown if the product license is invalid.
EpLicensingMissingException
          This exception will be thrown if the product license is invalid.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.commons.util
EpBigDecimalBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a BigDecimal object.
EpBooleanBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a boolean value.
EpCurrencyBindException
          This exception will be thrown in case any errors happen when binding an invalid string value to a Currency instance.
EpDateBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a Date object.
EpIntBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a int value.
EpLocaleBindException
          This exception will be thrown in case any errors happen when binding an invalid string value to a Locale instance.
EpLongBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a long value.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.commons.util.impl
EpBigDecimalBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a BigDecimal object.
EpBooleanBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a boolean value.
EpCurrencyBindException
          This exception will be thrown in case any errors happen when binding an invalid string value to a Currency instance.
EpDateBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a Date object.
EpIntBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a int value.
EpLocaleBindException
          This exception will be thrown in case any errors happen when binding an invalid string value to a Locale instance.
EpLongBindException
          This exception will be thrown in case any errors happen when binding a bad string value to a long value.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.attribute
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.attribute.impl
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.catalog
EpInvalidValueBindException
          This exception will be thrown in case trying to set an invalid value to an entity or a value object.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.catalog.impl
EpInvalidValueBindException
          This exception will be thrown in case trying to set an invalid value to an entity or a value object.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.catalogview
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.catalogview.impl
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.customer
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.customer.impl
EpBindException
          This exception will be thrown in case any errors happen when binding an invalid value to a normal field, an attribute or an association field.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.impl
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.domain.payment
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.persistence
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.attribute
DuplicateKeyException
          The exception for an attribute key that already exists.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.attribute.impl
DuplicateKeyException
          The exception for an attribute key that already exists.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.auth
EpSystemException
          The generic exception class for the com.elasticpath package.
UserIdExistException
          The exception for userId address already exists.
UserIdNonExistException
          The exception for user Id doesn't exist in the database.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.auth.impl
UserIdExistException
          The exception for userId address already exists.
UserIdNonExistException
          The exception for user Id doesn't exist in the database.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.catalog
DuplicateKeyException
          The exception for an attribute key that already exists.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.catalog.impl
DuplicateKeyException
          The exception for an attribute key that already exists.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.cmuser
EmailExistException
          The exception for email address already exists.
EmailNonExistException
          The exception for email address doesn't exist in the database.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.cmuser.impl
EmailExistException
          The exception for email address already exists.
EmailNonExistException
          The exception for email address doesn't exist in the database.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.customer
EmailExistException
          The exception for email address already exists.
EpSystemException
          The generic exception class for the com.elasticpath package.
UserIdExistException
          The exception for userId address already exists.
UserIdNonExistException
          The exception for user Id doesn't exist in the database.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.customer.impl
EmailExistException
          The exception for email address already exists.
UserIdExistException
          The exception for userId address already exists.
UserIdNonExistException
          The exception for user Id doesn't exist in the database.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.dataimport
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.index.impl
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.misc
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.misc.impl
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.rules
DuplicateNameException
          This exception is thrown when an attempt is made to insert an object when the given name already exists but must be unique.
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.rules.impl
DuplicateNameException
          This exception is thrown when an attempt is made to insert an object when the given name already exists but must be unique.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.shipping
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.service.tax
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.sfweb
EpSystemException
          The generic exception class for the com.elasticpath package.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.sfweb.filters
EpLicensingInvalidException
          This exception will be thrown if the product license is invalid.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.web.ajax.dwrconverter
EpLicensingCorruptedException
          This exception will be thrown if the product license is invalid.
EpLicensingExpiredException
          This exception will be thrown if the product license is invalid.
EpLicensingInvalidException
          This exception will be thrown if the product license is invalid.
EpLicensingMissingException
          This exception will be thrown if the product license is invalid.
 

Classes in com.elasticpath.commons.exception used by com.elasticpath.web.context.impl
EpSystemException
          The generic exception class for the com.elasticpath package.