com.thoughtworks.xstream.xml
Class CannotParseXMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.thoughtworks.xstream.xml.CannotParseXMLException
All Implemented Interfaces:
java.io.Serializable

public class CannotParseXMLException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
CannotParseXMLException(java.lang.Throwable e)
           
 
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

CannotParseXMLException

public CannotParseXMLException(java.lang.Throwable e)


Copyright © 2003 ThoughtWorks, Inc. All Rights Reserved.