Class InvalidNavigationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.odftoolkit.odfdom.incubator.search.InvalidNavigationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the navigation operation can not be processed on selections
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aInvalidNavigateOperation
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidNavigationException
Constructs aInvalidNavigateOperation
with the specified detail message.- Parameters:
msg
- the detail message.
-