Package org.ldaptive.schema
Class SchemaParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ldaptive.LdapException
-
- org.ldaptive.schema.SchemaParseException
-
- All Implemented Interfaces:
java.io.Serializable
public class SchemaParseException extends LdapException
Exception that indicates a schema element string could not be parsed.- Author:
- Middleware Services
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchemaParseException(java.lang.String msg)
Creates a new schema parse exception.SchemaParseException(java.lang.String msg, java.lang.Throwable e)
Creates a new schema parse exception.SchemaParseException(java.lang.Throwable e)
Creates a new schema parse exception.
-
Method Summary
-
Methods inherited from class org.ldaptive.LdapException
formatResult, getResultCode
-
-
-
-
Constructor Detail
-
SchemaParseException
public SchemaParseException(java.lang.String msg)
Creates a new schema parse exception.- Parameters:
msg
- describing this exception
-
SchemaParseException
public SchemaParseException(java.lang.Throwable e)
Creates a new schema parse exception.- Parameters:
e
- underlying exception
-
SchemaParseException
public SchemaParseException(java.lang.String msg, java.lang.Throwable e)
Creates a new schema parse exception.- Parameters:
msg
- describing this exceptione
- underlying exception
-
-