com.grandcentral.appstats
Class DatatypeMismatchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.grandcentral.appstats.DatatypeMismatchException
All Implemented Interfaces:
java.io.Serializable

public class DatatypeMismatchException
extends java.lang.Exception

Version:
$Id: //depot/dev/shared/appstats/src/com/grandcentral/appstats/DatatypeMismatchException.java#3 $
Author:
Mike Dewey
See Also:
Serialized Form

Constructor Summary
DatatypeMismatchException(Stat s, int expectedDataType)
           
DatatypeMismatchException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatatypeMismatchException

public DatatypeMismatchException(java.lang.String msg)

DatatypeMismatchException

public DatatypeMismatchException(Stat s,
                                 int expectedDataType)