org.tm4j.topicmap.index
Class UnsupportedIndexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.tm4j.topicmap.index.UnsupportedIndexException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedIndexException
extends java.lang.Exception

Indicates that an attempt was made to access an Index that is not supported by a particular IndexProvider.

Since:
0.7.0
Author:
Kal Ahmed
See Also:
Serialized Form

Constructor Summary
UnsupportedIndexException()
          Creates a new unsupported index exception without a detail message.
UnsupportedIndexException(java.lang.String msg)
          Creates a new unsupported index exception exception with the specified detail message.
 
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

UnsupportedIndexException

public UnsupportedIndexException()
Creates a new unsupported index exception without a detail message.


UnsupportedIndexException

public UnsupportedIndexException(java.lang.String msg)
Creates a new unsupported index exception exception with the specified detail message.

Parameters:
msg - The detail message to be associated with this exception.