com.perisic.ring
Class RingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.ArithmeticException
                  extended by com.perisic.ring.RingException
All Implemented Interfaces:
java.io.Serializable

public class RingException
extends java.lang.ArithmeticException

The exception class for all errors.

Version:
0.2
Author:
Marc Conrad
See Also:
Serialized Form

Constructor Summary
RingException(java.lang.String what)
          Construction.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RingException

public RingException(java.lang.String what)
Construction.

Parameters:
what - is passed to the parent class.