com.thoughtworks.xstream.mapper
Class CannotResolveClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.alias.CannotResolveClassException
com.thoughtworks.xstream.mapper.CannotResolveClassException
- All Implemented Interfaces:
- Serializable
public class CannotResolveClassException
- extends CannotResolveClassException
Excpetion thrown if a mapper cannot locate the appropriate class for an element.
Note: The base class will be RuntimeException as soon as the deprecated version of this class in
the alias package has been removed.
- Since:
- 1.2
- Author:
- Jörg Schaible
- See Also:
- Serialized Form
CannotResolveClassException
public CannotResolveClassException(String className)
Copyright © 2004-2007 XStream. All Rights Reserved.