ls
Class IllegalCliqueIndexException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ls.IllegalCliqueIndexException
All Implemented Interfaces:
java.io.Serializable

public class IllegalCliqueIndexException
extends java.lang.Exception

This class is responsible for throwing an exception that states that too many nodes have been added to the clique.

See Also:
Serialized Form

Constructor Summary
IllegalCliqueIndexException()
          This throws a generic error message.
IllegalCliqueIndexException(java.lang.String s)
          This throws an exception with a specific error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalCliqueIndexException

public IllegalCliqueIndexException(java.lang.String s)
This throws an exception with a specific error message.
Parameters:
s - the message

IllegalCliqueIndexException

public IllegalCliqueIndexException()
This throws a generic error message.