|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
netscape.ldap.util.BadFilterException
public class BadFilterException
The exception thrown when there is a problem with either an LDAPFilter or with the File/URL/Buffer form which we're creating the LDAPFilter.
LDAPFilter,
LDAPFilterDescriptor,
Serialized Form| Constructor Summary | |
|---|---|
BadFilterException()
Creates an Unknown BadFilterException |
|
BadFilterException(java.lang.String s)
Creates a BadFilterException with the given string |
|
BadFilterException(java.lang.String s,
int nErrorLineNumber)
Creates a BadFilterException with the given string and line number |
|
| Method Summary | |
|---|---|
int |
getErrorLineNumber()
If appropriate, return the line number of the ldapfilter.conf file (or url or buffer) where this error occurred. |
java.lang.String |
toString()
Returns the exception string. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BadFilterException()
public BadFilterException(java.lang.String s)
public BadFilterException(java.lang.String s,
int nErrorLineNumber)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwablepublic int getErrorLineNumber()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||