public class PVException extends Exception
PVException is an exception thrown when there is an error handling the PVs.| Constructor and Description |
|---|
PVException(String pvName,
String message)
Constructs a new PVException.
|
PVException(String pvName,
String message,
Throwable cause)
Construct a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPVName()
Returns the name of the PV that triggered this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PVException(String pvName, String message)
pvName - the name of the PV that triggered this exceptionmessage - the exception messagepublic String getPVName()
Copyright © 2023 European Spallation Source. All rights reserved.