Venice 0.7beta

org.mov.portfolio
Class PortfolioParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by org.mov.portfolio.PortfolioParserException
All Implemented Interfaces:
java.io.Serializable

public class PortfolioParserException
extends java.lang.Throwable

An exception raised when there is an error parsing a portfolio.

Author:
Andrew Leppard
See Also:
PortfolioReader, Serialized Form

Constructor Summary
PortfolioParserException(java.lang.String message)
          Create a new portfolio parser exception.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortfolioParserException

public PortfolioParserException(java.lang.String message)
Create a new portfolio parser exception.

Parameters:
message - a message describing the error.

Venice 0.7beta