Class ECompSyntaxErr

  • All Implemented Interfaces:
    java.io.Serializable

    public class ECompSyntaxErr
    extends ELdapException
    This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component. An example would be in trying to evaluate a PKI authentication message and the parsing operation fails due to a missing token.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ECompSyntaxErr​(java.lang.String errorString)
      Construct a ECompSyntaxErr
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ECompSyntaxErr

        public ECompSyntaxErr​(java.lang.String errorString)
        Construct a ECompSyntaxErr
        Parameters:
        errorString - The descriptive error condition.