textbender.o.rhinohide._
Class StunnedRhinoException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
RhinohideRuntimeException
                  
StunnedRhinoException
- All Implemented Interfaces: 
 - Serializable
 
public class StunnedRhinoException
- extends RhinohideRuntimeException
 
Thrown on detection of spurious null values from the JSObject bridge.
 JSObject is apt to get confused during page exit, and return a null value
 for a property/variable that cannot, in fact, be null.
 This bug is reproduceable by rapidly paging back and forth
 (e.g. on obsidian).
 
     Thrown by Rhinohide.checkV() and friends,
     when they detect this bug.
     
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
StunnedRhinoException
public StunnedRhinoException()
StunnedRhinoException
public StunnedRhinoException(Throwable cause)
StunnedRhinoException
public StunnedRhinoException(String message)
StunnedRhinoException
public StunnedRhinoException(String message,
                             Throwable cause)