com.perisic.ring
Class RingException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.ArithmeticException
                          |
                          +--com.perisic.ring.RingException
All Implemented Interfaces:
java.io.Serializable

public class RingException
extends java.lang.ArithmeticException

The exception class for all errors.

See Also:
Serialized Form

Constructor Summary
RingException(java.lang.String what)
          Construction.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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.