com.bbn.openmap.util
Class HandleError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bbn.openmap.util.HandleError
All Implemented Interfaces:
java.io.Serializable

public class HandleError
extends java.lang.RuntimeException

Use this class to catch a checked exception and throw it as an uncheck one. This way, people will find out about it, but don't have to explicitly handle it.

See Also:
Serialized Form

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

Constructor Detail

HandleError

public HandleError(java.lang.Exception e)

HandleError

public HandleError(java.lang.String s)


Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details