Package xal.smf
Class NoSuchChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
xal.smf.NoSuchChannelException
- All Implemented Interfaces:
Serializable
NoSuchChannelException is thrown when a channel is requested for a specified
handle and either a node or a power supply and no such channel is found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates newNoSuchChannelExceptionwithout detail message.Constructs anNoSuchChannelExceptionwith the specified detail message.NoSuchChannelException(AcceleratorNode node, String handle) NoSuchChannelException constructor for a missing channel corresponding to the specified node and handle.NoSuchChannelException(MagnetPowerSupply powerSupply, String handle) NoSuchChannelException constructor for a missing channel corresponding to the specified powerSupply and handle.NoSuchChannelException(TimingCenter timingCenter, String handle) NoSuchChannelException constructor for a missing channel corresponding to the specified timing center and handle. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchChannelException
public NoSuchChannelException()Creates newNoSuchChannelExceptionwithout detail message. -
NoSuchChannelException
Constructs anNoSuchChannelExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
NoSuchChannelException
NoSuchChannelException constructor for a missing channel corresponding to the specified node and handle.- Parameters:
node- The node where to find the channelhandle- The node's handle for the channel
-
NoSuchChannelException
NoSuchChannelException constructor for a missing channel corresponding to the specified powerSupply and handle.- Parameters:
powerSupply- The node where to find the channelhandle- The handle for the channel
-
NoSuchChannelException
NoSuchChannelException constructor for a missing channel corresponding to the specified timing center and handle.- Parameters:
timingCenter- The timingCenter where to find the channelhandle- The handle for the channel
-