textbender.o.rhinohide._
Class StubbornRhinoException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
RhinohideRuntimeException
                  
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
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
StubbornRhinoException
public StubbornRhinoException()
StubbornRhinoException
public StubbornRhinoException(Throwable cause)
StubbornRhinoException
public StubbornRhinoException(String message)
StubbornRhinoException
public StubbornRhinoException(String message,
                              Throwable cause)