FileDocCategorySizeDatePackage
UPCCodeFormatDeviation.javaAPI DocExample243Thu Oct 13 14:57:52 BST 2005com.samscdrental.failures

UPCCodeFormatDeviation.java

package com.samscdrental.failures;

public class UPCCodeFormatDeviation
	extends Deviation
{
	private static final long serialVersionUID = -1L; 

	public UPCCodeFormatDeviation( String explanation )
	{
		super( explanation );
	}
}