org.lastbamboo.common.sdp
Class InternalErrorHandler

java.lang.Object
  extended by org.lastbamboo.common.sdp.InternalErrorHandler

public class InternalErrorHandler
extends Object

Handle Internal error failures and print a stack trace (for debugging).

Version:
JAIN-SIP-1.1
Author:
M. Ranganathan
This code is in the public domain.

Constructor Summary
InternalErrorHandler()
           
 
Method Summary
static void handleException(Exception ex)
          Handle an unexpected exception.
static void handleException(String emsg)
          Handle an unexpected condition (and print the error code).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalErrorHandler

public InternalErrorHandler()
Method Detail

handleException

public static void handleException(Exception ex)
Handle an unexpected exception.


handleException

public static void handleException(String emsg)
Handle an unexpected condition (and print the error code).



Copyright © 2013 LittleShoot. All Rights Reserved.