textbender.o.rhinohide._
Class StubbornRhinoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by RhinohideRuntimeException
                  extended by StubbornRhinoException
All Implemented Interfaces:
Serializable

public class StubbornRhinoException
extends RhinohideRuntimeException

Thrown on detection of a stubborn-rhino bug, in the JSObject bridge. This isn't easy to explain, nor to handle if you encounter it. Basically, you should stay clear of it (avoid the method that threw it) or try a faster computer (I suspect the bug is timing related).

See Also:
stubborn-rhino bug, Serialized Form

Constructor Summary
StubbornRhinoException()
           
StubbornRhinoException(String message)
           
StubbornRhinoException(String message, Throwable cause)
           
StubbornRhinoException(Throwable cause)
           
 
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

StubbornRhinoException

public StubbornRhinoException()

StubbornRhinoException

public StubbornRhinoException(Throwable cause)

StubbornRhinoException

public StubbornRhinoException(String message)

StubbornRhinoException

public StubbornRhinoException(String message,
                              Throwable cause)