cookxml.core.exception
Class UnknownNameSpaceException

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

public class UnknownNameSpaceException
extends CookXmlException

See Also:
Serialized Form

Field Summary
 String nameSpace
           
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
UnknownNameSpaceException(String ns)
           
 
Method Summary
 String toString()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nameSpace

public String nameSpace
Constructor Detail

UnknownNameSpaceException

public UnknownNameSpaceException(String ns)
Method Detail

toString

public String toString()