CryptoPro JCP v 1.0.
Public API.

ru.CryptoPro.JCP.tools
Class ChainParserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byru.CryptoPro.JCP.tools.ChainParserException
All Implemented Interfaces:
java.io.Serializable

public class ChainParserException
extends java.lang.Exception

INSERT BRIEF DESCRIPTION HERE!.

Author:
Copyright 2004-2008 Crypto-Pro. All rights reserved.
See Also:
Serialized Form
Version:1.0

Constructor Summary
ChainParserException(java.lang.String name)
           
ChainParserException(java.lang.String name, java.lang.Exception ex)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 java.lang.Exception getUnderlyingException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChainParserException

public ChainParserException(java.lang.String name)

ChainParserException

public ChainParserException(java.lang.String name,
                            java.lang.Exception ex)
Method Detail

getUnderlyingException

public java.lang.Exception getUnderlyingException()

getCause

public java.lang.Throwable getCause()

Copyright Crypto-Pro.
All rights reserved.