org.odftoolkit.simple.common.navigation
Class InvalidNavigationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.odftoolkit.simple.common.navigation.InvalidNavigationException
All Implemented Interfaces:
Serializable

public class InvalidNavigationException
extends Exception

Thrown to indicate that the navigation operation can not be processed on selections

See Also:
Serialized Form

Constructor Summary
InvalidNavigationException(String msg)
          Constructs a InvalidNavigateOperation with the specified detail message.
 
Method Summary
 
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

InvalidNavigationException

public InvalidNavigationException(String msg)
Constructs a InvalidNavigateOperation with the specified detail message.

Parameters:
msg - the detail message.


Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.