org.zkoss.zk.device
Class DeviceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.zkoss.lang.SystemException
                  extended by org.zkoss.zk.ui.UiException
                      extended by org.zkoss.zk.device.DeviceNotFoundException
All Implemented Interfaces:
java.io.Serializable, Messageable, 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
 
Nested classes/interfaces inherited from interface org.zkoss.mesg.MessageConst
MessageConst.BundleInfo
 
Field Summary
 
Fields inherited from class org.zkoss.lang.SystemException
_code
 
Fields inherited from interface org.zkoss.mesg.MessageConst
NULL_CODE
 
Constructor Summary
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
 java.lang.String getDeviceType()
          Returns the device type that is not found.
 
Methods inherited from class org.zkoss.lang.SystemException
getCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.
Method Detail

getDeviceType

public java.lang.String getDeviceType()
Returns the device type that is not found.



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo