com.vladium.util.exception
Class Exceptions

java.lang.Object
  extended by com.vladium.util.exception.Exceptions

public abstract class Exceptions
extends java.lang.Object

Author:
Vlad Roubtsov, (C) 2002

Constructor Summary
private Exceptions()
           
 
Method Summary
static boolean unexpectedFailure(java.lang.Throwable t, java.lang.Class[] expected)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Exceptions

private Exceptions()
Method Detail

unexpectedFailure

public static boolean unexpectedFailure(java.lang.Throwable t,
                                        java.lang.Class[] expected)