com.filenet.wcm.toolkit.util
Class WcmXMLEncode.XmlDecodeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.filenet.wcm.toolkit.util.WcmXMLEncode.XmlDecodeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WcmXMLEncode

public static class WcmXMLEncode.XmlDecodeException
extends java.lang.Exception

Exception to indicate an error when decoding text from XML.

See Also:
Serialized Form

Method Summary
 int getDecodeError()
           
 int getErrorLocation()
           
 java.lang.String getInputString()
           
 
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
 

Method Detail

getDecodeError

public int getDecodeError()

getInputString

public java.lang.String getInputString()

getErrorLocation

public int getErrorLocation()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.