|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--jason.service.pool.IllegalClassException
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
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 |
public IllegalClassException()
public IllegalClassException(java.lang.String messMessage)
messMessage
- - The reason for the Exception.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |