org.apache.turbine.services.security.ldap.util
Class ParseExceptionMessage

java.lang.Object
  |
  +--org.apache.turbine.services.security.ldap.util.ParseExceptionMessage

public class ParseExceptionMessage
extends java.lang.Object

A utility class used to parse the erno out of the message string

Version:
$Id$
Author:
Tracy M. Adewunmi, Leonard J. Flournoy, Jason van Zyl

Constructor Summary
ParseExceptionMessage()
           
 
Method Summary
static java.lang.String findErrno(java.lang.String msg)
          Extract the errno from the err msg
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

ParseExceptionMessage

public ParseExceptionMessage()
Method Detail

findErrno

public static java.lang.String findErrno(java.lang.String msg)
Extract the errno from the err msg
Parameters:
String - msg usually derived from error.getMessage() Exception that occur at this level should be handled by the calling class


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.