ostore.util
Class AssertionViolatedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ostore.util.AssertionViolatedException
All Implemented Interfaces:
Serializable

public class AssertionViolatedException
extends RuntimeException

Version:
$Id: AssertionViolatedException.java,v 1.2 2001/10/18 00:20:03 eaton Exp $
Author:
Chris Wells
See Also:
Serialized Form

Constructor Summary
AssertionViolatedException(String msg)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssertionViolatedException

public AssertionViolatedException(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable