Package com.oss.asn1

Class ValidateFailedException

All Implemented Interfaces:
Serializable

public class ValidateFailedException extends VisitorException
ValidateFailedException is thrown by validate() method of coders.
Since:
ASN.1/Java 6.0
See Also:
  • Constructor Details

    • ValidateFailedException

      public ValidateFailedException(VisitorException exception)
      Constructs the ValidateFailedException from some other VisitorException
      Parameters:
      exception - some VisitorException
    • ValidateFailedException

      public ValidateFailedException(com.oss.util.ExceptionDescriptor descriptor, String context, long param)
      Constructs with 'long' additional parameter
      Parameters:
      descriptor - exception descriptor
      context - string describing initial context where exception occurs
      param - integer parameter to append to the error message
    • ValidateFailedException

      public ValidateFailedException(com.oss.util.ExceptionDescriptor descriptor, String context, String param)
      Constructs with 'String' additional parameter
      Parameters:
      descriptor - exception descriptor
      context - string describing initial context where exception occurs
      param - integer parameter to append to the error message