NIST SIP Parser and Stack (v1.2) API

gov.nist.core
Class InternalErrorHandler

java.lang.Object
  |
  +--gov.nist.core.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
equals, 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).


NIST SIP Parser and Stack (v1.2) API

A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Get the latest distribution.
Submit a bug report or feature request.