org.hackystat.sensor.xmldata.util
Class StringListCodecException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hackystat.sensor.xmldata.util.StringListCodecException
All Implemented Interfaces:
java.io.Serializable

public class StringListCodecException
extends java.lang.Exception

Thrown when exceptions occur during string list encoding and decoding. This class implements exception chaining. Use printStackTrace to see all exceptions.

Version:
$Id: StringListCodecException.java,v 1.1.1.1 2005/10/20 23:56:44 johnson Exp $
Author:
Philip Johnson
See Also:
Serialized Form

Constructor Summary
StringListCodecException(java.lang.String detailMessage)
          Thrown when exceptions occur during elapsed time processing.
StringListCodecException(java.lang.String detailMessage, java.lang.Throwable previousException)
          Thrown when exceptions occur during string list encoding and decoding.
 
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

StringListCodecException

public StringListCodecException(java.lang.String detailMessage,
                                java.lang.Throwable previousException)
Thrown when exceptions occur during string list encoding and decoding.

Parameters:
detailMessage - A message describing the problem.
previousException - A possibly null reference to a prior exception.

StringListCodecException

public StringListCodecException(java.lang.String detailMessage)
Thrown when exceptions occur during elapsed time processing.

Parameters:
detailMessage - A message describing the problem.