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:
Serializable
Exception that indicates a schema element string could not be parsed.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new schema parse exception.SchemaParseException
(String msg, Throwable e) Creates a new schema parse exception.Creates a new schema parse exception. -
Method Summary
Methods inherited from class org.ldaptive.LdapException
formatResult, getResultCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID.- See Also:
-
-
Constructor Details
-
SchemaParseException
Creates a new schema parse exception.- Parameters:
msg
- describing this exception
-
SchemaParseException
Creates a new schema parse exception.- Parameters:
e
- underlying exception
-
SchemaParseException
Creates a new schema parse exception.- Parameters:
msg
- describing this exceptione
- underlying exception
-