Package xal.service.pvlogger
Class PvLoggerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.service.pvlogger.PvLoggerException
- All Implemented Interfaces:
Serializable
Exception thrown for a general runtime error involving the PV logger tools.
- Since:
- Mar 19, 2010
- Author:
- Christopher K. Allen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a newPvLoggerException
object.PvLoggerException
(String strMsg) Create a newPvLoggerException
object.PvLoggerException
(String strMsg, Throwable excSrc) Create a newPvLoggerException
object.PvLoggerException
(Throwable excSrc) Create a newPvLoggerException
object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PvLoggerException
public PvLoggerException()Create a newPvLoggerException
object.- Since:
- Mar 19, 2010
-
PvLoggerException
Create a newPvLoggerException
object.- Parameters:
strMsg
- message describing the runtime error- Since:
- Mar 19, 2010
-
PvLoggerException
Create a newPvLoggerException
object.- Parameters:
excSrc
- the source exception if this except is one of a chain- Since:
- Mar 19, 2010
-
PvLoggerException
Create a newPvLoggerException
object.- Parameters:
strMsg
- message describing the runtime errorexcSrc
- the source exception if this except is one of a chain- Since:
- Mar 19, 2010
-