textbender.o.rhinohide
Class RhinohideRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

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

RhinohideRuntimeException

public RhinohideRuntimeException()

RhinohideRuntimeException

public RhinohideRuntimeException(Throwable cause)

RhinohideRuntimeException

public RhinohideRuntimeException(String message)

RhinohideRuntimeException

public RhinohideRuntimeException(String message,
                                 Throwable cause)