org.odftoolkit.odfdom.incubator.search
Class InvalidNavigationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odftoolkit.odfdom.incubator.search.InvalidNavigationException
- All Implemented Interfaces:
- Serializable
Deprecated. As of release 0.8.8, replaced by org.odftoolkit.simple.common.navigation.InvalidNavigationException
in Simple API.
public class InvalidNavigationException
- extends Exception
Thrown to indicate that the navigation operation can not be processed on
selections
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidNavigationException
public InvalidNavigationException(String msg)
- Deprecated.
- Constructs a
InvalidNavigateOperation
with the specified
detail message.
- Parameters:
msg
- the detail message.
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.