com.rsa.certj.xml

Class XMLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.rsa.certj.CertJException
                    |
                    +--com.rsa.certj.xml.XMLException
All Implemented Interfaces:
Serializable

public class XMLException
extends CertJException

This class defines an exception that is used when an error occurs in XML signature processing.

Copyright © RSA Security Inc., 2001-2002. All rights reserved.

See Also

Serialized Form

Constructor Summary

XMLException(String message)

Creates an XMLException with the specified message.

 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLException

public XMLException(String message)
Creates an XMLException with the specified message.

Parameters

         message  

The String containing the detailed error message.



RSA BSAFE ® Cert-J 2.1.1 001-047007-211-001-000