XCMS Toolkit

schemajic.codec
Class EncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jtools.VisitorException
              extended by schemajic.codec.EncodingException
All Implemented Interfaces:
java.io.Serializable

public class EncodingException
extends VisitorException

Encapsulates a general ASN.1 encoding processing error or warning.

Version:
1.00 - 2006/01/14
Author:
support@phillipgriffin.com
See Also:
Serialized Form

Constructor Summary
EncodingException(java.lang.Exception e)
          Constructor for EncodingException with an exception parameter.
EncodingException(java.lang.String message)
          Constructor for EncodingException with a message parameter.
EncodingException(java.lang.String message, java.lang.Exception e)
          Constructor for EncodingException with both message and exception parameters.
 
Method Summary
 
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

EncodingException

public EncodingException(java.lang.String message)
Constructor for EncodingException with a message parameter.

Parameters:
message - an error or warning message

EncodingException

public EncodingException(java.lang.Exception e)
Constructor for EncodingException with an exception parameter.

Creates a new EncodingException wrapping an existing exception. The existing exception will be embedded in this new one.

Parameters:
e - the exception to be wrapped in an EncodingException

EncodingException

public EncodingException(java.lang.String message,
                         java.lang.Exception e)
Constructor for EncodingException with both message and exception parameters.

Creates a new EncodingException from an existing exception. The existing exception will be embedded in this new one, but the new exception will have its own message.

Parameters:
message - detail message about the exception
e - exception to be wrapped in an EncodingException

XCMS Toolkit


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.