|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.hackystat.sensor.xmldata.util.StringListCodecException
public class StringListCodecException
Thrown when exceptions occur during string list encoding and decoding. This class implements exception chaining. Use printStackTrace to see all exceptions.
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 |
---|
public StringListCodecException(java.lang.String detailMessage, java.lang.Throwable previousException)
detailMessage
- A message describing the problem.previousException
- A possibly null reference to a prior exception.public StringListCodecException(java.lang.String detailMessage)
detailMessage
- A message describing the problem.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |