jason.service.pool
Class IllegalClassException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jason.service.pool.IllegalClassException
All Implemented Interfaces:
java.io.Serializable

public class IllegalClassException
extends java.lang.Exception

This is the exception class - it is thrown by the ThreadPool if the Class provided in the constructor is not an instanceof java.lang.Runnable.
Author - Sanjay"Ironluca"Debnath Ironluca@yahoo.com
Last Modified - 10/03/2001

See Also:
Serialized Form

Constructor Summary
IllegalClassException()
          Default Constructor.
IllegalClassException(java.lang.String messMessage)
          Overloaded constructor
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalClassException

public IllegalClassException()
Default Constructor.


IllegalClassException

public IllegalClassException(java.lang.String messMessage)
Overloaded constructor

Parameters:
messMessage - - The reason for the Exception.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable