public class DeviceResourceException extends RuntimeException
Constructor and Description |
---|
DeviceResourceException(DeviceResourceDescriptor missingResource)
Creates a DeviceResourceException indicating an error attempting to
create a resource
|
DeviceResourceException(DeviceResourceDescriptor missingResource,
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 |
---|---|
Throwable |
getCause()
Returns the cause of this throwable or
null if the
cause is nonexistent or unknown. |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeviceResourceException(DeviceResourceDescriptor missingResource, Throwable cause)
missingResource
- cause
- cause of the exception (or null if none)public DeviceResourceException(DeviceResourceDescriptor missingResource)
missingResource
-
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.