public class CanOpenException extends HardwareException
| Constructor and Description |
|---|
CanOpenException()
Creates a new instance of
CanOpenError without detail message. |
CanOpenException(String msg)
Constructs an instance of
CanOpenError with the specified detail message. |
CanOpenException(String msg,
String nodeID,
String errCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
setErrCode(String errCode) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CanOpenException()
CanOpenError without detail message.public CanOpenException(String msg)
CanOpenError with the specified detail message.msg - the detail message.public void setErrCode(String errCode)
public String toString()
toString in class HardwareExceptionCopyright © 2013 LSST. All Rights Reserved.