org.paneris.jammyjoes.shopping
Class ShoppingConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.melati.util.MelatiException
              extended by org.paneris.jammyjoes.shopping.ShoppingConfigException
All Implemented Interfaces:
java.io.Serializable

public class ShoppingConfigException
extends org.melati.util.MelatiException

A ShoppingConfigException is throw if we encounter a problem configuring the Melati Shopping Trolley

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.melati.util.MelatiException
subException
 
Constructor Summary
ShoppingConfigException(java.lang.String error)
          Construct the exception with an error string
 
Method Summary
 java.lang.String getMessage()
          get the error message
 
Methods inherited from class org.melati.util.MelatiException
innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShoppingConfigException

public ShoppingConfigException(java.lang.String error)
Construct the exception with an error string

Parameters:
error - - a description of the error
Method Detail

getMessage

public java.lang.String getMessage()
get the error message

Overrides:
getMessage in class org.melati.util.MelatiException
Returns:
- the error message for this exception


Copyright © 2001-2008 PanEris. All Rights Reserved.