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: ParseExceptionMessage.java,v 1.2 2002/06/07 21:37:02 henning Exp $
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, 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 © 2000-2002 Apache Software Foundation. All Rights Reserved.