cdev
Interface DeviceErrorArray


public interface DeviceErrorArray

This interface is implemented by the error classes that describe a composite error. The I/O methods of device arrays can generate objets that implement this interface. The methods defined in this interface provide access to components errors that refer to the component devices of a device array.

Since:
JDK1.1

Method Summary
 DeviceError[] getErrors()
          Returns the component errors.
 int size()
          Returns the number of component errors.
 

Method Detail

size

public int size()
Returns the number of component errors.

getErrors

public DeviceError[] getErrors()
Returns the component errors.