Lines Matching defs:awt

22 package java.awt.image;
26 import org.apache.harmony.awt.internal.nls.Messages;
100 // awt.24B=Pixel stride must be >= 0
101 throw new IllegalArgumentException(Messages.getString("awt.24B")); //$NON-NLS-1$
105 // awt.24C=Scanline stride must be >= 0
106 throw new IllegalArgumentException(Messages.getString("awt.24C")); //$NON-NLS-1$
110 // awt.24D=Bank Indices length must be equal Bank Offsets length
111 throw new IllegalArgumentException(Messages.getString("awt.24D")); //$NON-NLS-1$
123 // awt.24E=Index of {0} bank must be >= 0
124 throw new IllegalArgumentException(Messages.getString("awt.24E", i)); //$NON-NLS-1$
155 // awt.24B=Pixel stride must be >= 0
156 throw new IllegalArgumentException(Messages.getString("awt.24B")); //$NON-NLS-1$
160 // awt.24C=Scanline stride must be >= 0
161 throw new IllegalArgumentException(Messages.getString("awt.24C")); //$NON-NLS-1$
179 // awt.63=Coordinates are not in bounds
180 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
266 // awt.63=Coordinates are not in bounds
267 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
332 * @see java.awt.image.SampleModel#createSubsetSampleModel(int[])
337 // awt.64=The number of the bands in the subset is greater than the
339 throw new RasterFormatException(Messages.getString("awt.64")); //$NON-NLS-1$
388 // awt.63=Coordinates are not in bounds
389 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
398 // awt.63=Coordinates are not in bounds
399 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
409 // awt.63=Coordinates are not in bounds
410 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
421 // awt.63=Coordinates are not in bounds
422 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
447 // awt.63=Coordinates are not in bounds
448 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
463 // awt.63=Coordinates are not in bounds
464 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
473 // awt.63=Coordinates are not in bounds
474 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
486 // awt.295=data is null
487 throw new NullPointerException(Messages.getString("awt.295")); //$NON-NLS-1$
502 // awt.63=Coordinates are not in bounds
503 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
516 // awt.63=Coordinates are not in bounds
517 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$
526 // awt.63=Coordinates are not in bounds
527 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.63")); //$NON-NLS-1$