com.bbn.openmap.util
Class HandleError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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)
           
 
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