public class DeviceResourceException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
DeviceResourceException(DeviceResourceDescriptor missingResource)
Creates a DeviceResourceException indicating an error attempting to
create a resource
|
DeviceResourceException(DeviceResourceDescriptor missingResource,
java.lang.Throwable cause)
Creates a DeviceResourceException indicating an error attempting to
create a resource and an embedded low-level exception describing the cause
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this throwable or
null if the
cause is nonexistent or unknown. |
public DeviceResourceException(DeviceResourceDescriptor missingResource, java.lang.Throwable cause)
missingResource - cause - cause of the exception (or null if none)public DeviceResourceException(DeviceResourceDescriptor missingResource)
missingResource -
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.