Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


oracle.ldap.util
Class InvalidLDIFRecordException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.ldap.util.InvalidLDIFRecordException

All Implemented Interfaces:
java.io.Serializable

public class InvalidLDIFRecordException
extends java.lang.RuntimeException

An Object of this class will be thrown when error occurs during LDIF record parsing

See Also:
Serialized Form

Constructor Summary
InvalidLDIFRecordException()
Constructs a InvalidLDIFRecordException with no detail message.
InvalidLDIFRecordException(int lineNo, java.lang.String s)
Constructs a InvalidLDIFRecordException with the specified detail message.

Method Summary
void printStackTrace()
void printStackTrace(java.io.PrintStream pout)
void printStackTrace(java.io.PrintWriter wout)

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

InvalidLDIFRecordException

public InvalidLDIFRecordException()
Constructs a InvalidLDIFRecordException with no detail message.

InvalidLDIFRecordException

public InvalidLDIFRecordException(int lineNo,
                                  java.lang.String s)
Constructs a InvalidLDIFRecordException with the specified detail message.
Parameters:
s - the detail message.

Method Detail

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(java.io.PrintStream pout)

printStackTrace

public void printStackTrace(java.io.PrintWriter wout)

Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


Copyright © 2005, Oracle. All Rights Reserved.