org.jmage.util
Class ExceptionUtil

java.lang.Object
  extended by org.jmage.util.ExceptionUtil

public class ExceptionUtil
extends java.lang.Object

ExceptionUtil


Constructor Summary
ExceptionUtil()
           
 
Method Summary
 boolean hasMessage(java.lang.Throwable throwable, java.lang.String message)
          Try various ways to figure out if something "is in" an Exception
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionUtil

public ExceptionUtil()
Method Detail

hasMessage

public boolean hasMessage(java.lang.Throwable throwable,
                          java.lang.String message)
Try various ways to figure out if something "is in" an Exception

Parameters:
throwable - Exception
Returns:
true | false


Copyright © 2004-2008 Sourceforge. All Rights Reserved.