All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.markcrocker.thoughtworks.BadDateException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.markcrocker.thoughtworks.BadDateException

public class BadDateException
extends Exception

Variable Index

 o standardMessage

Constructor Index

 o BadDateException()
Default exception method for BadDateException
 o BadDateException(String)
Message version of BadDateException method

Variables

 o standardMessage
 private static String standardMessage

Constructors

 o BadDateException
 public BadDateException()
Default exception method for BadDateException

 o BadDateException
 public BadDateException(String msg)
Message version of BadDateException method

Parameters:
msg - Extra message to be provided along with the standard BadDateException message.

All Packages  Class Hierarchy  This Package  Previous  Next  Index