Uses of Class
org.pdfsam.console.exceptions.console.ValidationException

Packages that use ValidationException
org.pdfsam.console.utils   
 

Uses of ValidationException in org.pdfsam.console.utils
 

Methods in org.pdfsam.console.utils that throw ValidationException
static void ValidationUtility.assertNotIntersectedBoundsList(java.util.List bounds)
          validates the input bounds list ensuring that there is no intersections between the objects of the input list
static void ValidationUtility.assertValidBounds(Bounds bounds, int pdfNumberOfPages)
          validates the input Bounds object
static void ValidationUtility.assertValidDirectory(java.io.File inputDir)
          check if the given file is a directory
static void ValidationUtility.assertValidPageSelectionsArray(java.lang.String[] selections)
          validates the selections array.
static void ValidationUtility.assertValidPdfExtension(java.lang.String inputFileName)
          check if the given file path identifies a pdf format file
static PageLabel ValidationUtility.getPageLabel(java.lang.String inputString)
           
static PageRotation[] ValidationUtility.getPagesRotation(java.lang.String inputString)
          Overloaded ValidationUtility.getPagesRotation(String, boolean).
static PageRotation[] ValidationUtility.getPagesRotation(java.lang.String inputString, boolean allowSinglePagesRotation)
          all, odd and even pages rotation cannot be mixed together or with single pages rotations