ca.sqlpower.wabit.swingui.chart.effect
Class CantAnimateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.sqlpower.wabit.swingui.chart.effect.CantAnimateException
All Implemented Interfaces:
java.io.Serializable

public class CantAnimateException
extends java.lang.Exception

Checked exception thrown by chart animation effects when some aspect of the chart they are given does not meet the requirements.

See Also:
Serialized Form

Constructor Summary
CantAnimateException(java.lang.String message)
           
CantAnimateException(java.lang.String message, java.lang.Throwable cause)
           
 
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

CantAnimateException

public CantAnimateException(java.lang.String message)

CantAnimateException

public CantAnimateException(java.lang.String message,
                            java.lang.Throwable cause)


Copyright © 2009. All Rights Reserved.