Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.util
Class InvalidLDIFRecordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.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.util.logging.Logger lgr)
           
 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
clone, equals, finalize, 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(java.util.logging.Logger lgr)

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream pout)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter wout)
Overrides:
printStackTrace in class java.lang.Throwable

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.