AppletInterface
Class StockTradingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byAppletInterface.StockTradingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ValidationException

public class StockTradingException
extends java.lang.Exception

Author:
student This class is being used for error handling. This is a general stock trading platform exception.
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
StockTradingException()
          This is the constructor for StockTradingException.java
StockTradingException(java.lang.String message)
          This is the constructor for StockTradingException.java
 
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

StockTradingException

public StockTradingException()
This is the constructor for StockTradingException.java


StockTradingException

public StockTradingException(java.lang.String message)
This is the constructor for StockTradingException.java