com.jacob.com
Class WrongThreadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jacob.com.JacobException
                  extended by com.jacob.com.WrongThreadException
All Implemented Interfaces:
Serializable

public class WrongThreadException
extends JacobException

thrown in util.cpp

See Also:
Serialized Form

Constructor Summary
WrongThreadException()
          standard 0 arg constructor with no message
WrongThreadException(String s)
          standard constructor with a string message
 
Method Summary
 
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

WrongThreadException

public WrongThreadException()
standard 0 arg constructor with no message


WrongThreadException

public WrongThreadException(String s)
standard constructor with a string message

Parameters:
s -


http://jacob-project.sourceforge.net