org.jasn
Class DecodingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.jasn.DecodingException
All Implemented Interfaces:
Serializable

public class DecodingException
extends IOException

Signals that some error has occurred during decoding of an ASN.1 value.

Author:
Nicolas Vraux
See Also:
Serialized Form

Constructor Summary
DecodingException()
          Constructs an DecodingException with no specified detail message.
DecodingException(String s)
          Constructs an DecodingException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

DecodingException

public DecodingException()
Constructs an DecodingException with no specified detail message.


DecodingException

public DecodingException(String s)
Constructs an DecodingException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2004 Nicolas Vraux. All Rights Reserved.