textbender.o.rhinohide
Class RhinohideRuntimeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
RhinohideRuntimeException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - StubbornRhinoException, StunnedRhinoException
 
public class RhinohideRuntimeException
- extends RuntimeException
 
Thrown when a runtime exception specific to Rhinohide occurs.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
RhinohideRuntimeException
public RhinohideRuntimeException()
RhinohideRuntimeException
public RhinohideRuntimeException(Throwable cause)
RhinohideRuntimeException
public RhinohideRuntimeException(String message)
RhinohideRuntimeException
public RhinohideRuntimeException(String message,
                                 Throwable cause)