org.marketcetera.strategy
Class StrategyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.marketcetera.util.except.I18NException
              extended by org.marketcetera.core.CoreException
                  extended by org.marketcetera.strategy.StrategyException
All Implemented Interfaces:
Serializable, I18NThrowable
Direct Known Subclasses:
CompilationFailed

public class StrategyException
extends CoreException

An exception thrown during execution of a Strategy.

Since:
1.0.0
Version:
$Id: StrategyException.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis
See Also:
Serialized Form

Constructor Summary
StrategyException(I18NBoundMessage inMessage)
          Create a new StrategyException instance.
StrategyException(Throwable inNested)
          Create a new StrategyException instance.
StrategyException(Throwable inNested, I18NBoundMessage inMessage)
          Create a new StrategyException instance.
 
Method Summary
 
Methods inherited from class org.marketcetera.util.except.I18NException
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, hashCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.marketcetera.util.except.I18NThrowable
getCause, getMessage
 

Constructor Detail

StrategyException

public StrategyException(Throwable inNested)
Create a new StrategyException instance.

Parameters:
inNested -

StrategyException

public StrategyException(I18NBoundMessage inMessage)
Create a new StrategyException instance.

Parameters:
inMessage -

StrategyException

public StrategyException(Throwable inNested,
                         I18NBoundMessage inMessage)
Create a new StrategyException instance.

Parameters:
inNested -
inMessage -


Copyright © 2012. All Rights Reserved.