cookxml.cookswt.exception
Class BadKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.cookswt.exception.BadKeyException
All Implemented Interfaces:
Serializable

public class BadKeyException
extends CookXmlException

Since:
CookSwt 1.1
See Also:
Serialized Form

Field Summary
 String key
           
 Class lookupClass
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
BadKeyException(Class lookupClass, String key)
           
 
Methods inherited from class cookxml.core.exception.CookXmlException
getProperty, setProperty
 
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
 

Field Detail

key

public final String key

lookupClass

public final Class lookupClass
Constructor Detail

BadKeyException

public BadKeyException(Class lookupClass,
                       String key)