minijlisp.util
Class Throwables

java.lang.Object
  |
  +--minijlisp.util.Throwables

public class Throwables
extends java.lang.Object

Utility functions for dealing with Throwables (or Exceptions).


Constructor Summary
Throwables()
           
 
Method Summary
static void doThrow(java.lang.Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Throwables

public Throwables()
Method Detail

doThrow

public static void doThrow(java.lang.Throwable throwable)
                    throws java.lang.Throwable
java.lang.Throwable