Package org.zkoss.zk.device
Class DeviceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.zkoss.lang.SystemException
-
- org.zkoss.zk.ui.UiException
-
- org.zkoss.zk.device.DeviceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable,org.zkoss.mesg.Messageable,org.zkoss.mesg.MessageConst
public class DeviceNotFoundException extends UiException
Denotes the interpreter of the requested device type is not found.- Since:
- 2.4.0
- Author:
- tomyeh
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.zkoss.zk.ui.UiException
UiException.Aide
-
-
Constructor Summary
Constructors Constructor Description DeviceNotFoundException(java.lang.String type)DeviceNotFoundException(java.lang.String type, int code)DeviceNotFoundException(java.lang.String type, int code, java.lang.Object fmtArg)DeviceNotFoundException(java.lang.String type, int code, java.lang.Object[] fmtArgs)DeviceNotFoundException(java.lang.String type, int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)DeviceNotFoundException(java.lang.String type, int code, java.lang.Object fmtArg, java.lang.Throwable cause)DeviceNotFoundException(java.lang.String type, int code, java.lang.Throwable cause)DeviceNotFoundException(java.lang.String type, java.lang.String s)DeviceNotFoundException(java.lang.String type, java.lang.String msg, java.lang.Throwable cause)DeviceNotFoundException(java.lang.String type, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDeviceType()Returns the device type that is not found.
-
-
-
Constructor Detail
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, java.lang.String msg, java.lang.Throwable cause)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, java.lang.String s)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, java.lang.Throwable cause)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type)
- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object[] fmtArgs, java.lang.Throwable cause)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object fmtArg, java.lang.Throwable cause)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object[] fmtArgs)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, int code, java.lang.Object fmtArg)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, int code, java.lang.Throwable cause)- Parameters:
type- the device type.
-
DeviceNotFoundException
public DeviceNotFoundException(java.lang.String type, int code)- Parameters:
type- the device type.
-
-