public class TraversalNotPossibleException extends Exception implements MAJException
Thrown when a search operation cannot proceed.
An equivalent C result code could not be found.
SearchSource,
Serialized Form| Constructor and Description |
|---|
TraversalNotPossibleException()
Create a new traversal not possible exception with no message.
|
TraversalNotPossibleException(String msg)
Create a new traversal not possible exception with the given descriptive message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TraversalNotPossibleException(String msg)
Create a new traversal not possible exception with the given descriptive message.
msg - Message describing the exception.public TraversalNotPossibleException()
Create a new traversal not possible exception with no message.
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.