org.treebind
Class LdifException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.treebind.TreeBindException
              extended byorg.treebind.LdifException
All Implemented Interfaces:
java.io.Serializable

public class LdifException
extends TreeBindException

Exception thrown when unsupported stuff arrives while parsing LDIF documents.

Author:
Eric van der Vlist
See Also:
LdapSource, Serialized Form

Constructor Summary
LdifException(java.lang.String message)
          Creates a new LdifException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdifException

public LdifException(java.lang.String message)
Creates a new LdifException.

Parameters:
message - message associated to the exception.