Class 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 exception
        e - underlying exception