cs195z.support
Class CDataParser.MalformedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cs195z.support.CDataParser.MalformedException
All Implemented Interfaces:
Serializable
Enclosing interface:
CDataParser<T extends Number,E extends Serializable>

public static class CDataParser.MalformedException
extends Exception

Our specific exception class for bad data.

Author:
apstewar
See Also:
Serialized Form

Constructor Summary
CDataParser.MalformedException(String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CDataParser.MalformedException

public CDataParser.MalformedException(String message)