gov.nist.core
クラス InternalErrorHandler

java.lang.Object
  上位を拡張 gov.nist.core.InternalErrorHandler

public class InternalErrorHandler
extends java.lang.Object

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

バージョン:
JAIN-SIP-1.1
作成者:
M. Ranganathan
This code is in the public domain.

コンストラクタの概要
InternalErrorHandler()
           
 
メソッドの概要
static void handleException(java.lang.Exception ex)
          Handle an unexpected exception.
static void handleException(java.lang.String emsg)
          Handle an unexpected condition (and print the error code).
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

InternalErrorHandler

public InternalErrorHandler()
メソッドの詳細

handleException

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


handleException

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