Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.adf.view.faces.bi.component.gantt
Class InvalidScaleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.faces.FacesException
                  extended by oracle.adf.view.faces.bi.component.gantt.InvalidScaleException
All Implemented Interfaces:
java.io.Serializable

public class InvalidScaleException
extends javax.faces.FacesException

InvalidScaleException is thrown when either the scale specified for the time axis is not recognized or if the scale of the major time axis is smaller than the scale of the minor time axis (and vice-versa).

See Also:
Serialized Form

Constructor Summary
InvalidScaleException(java.lang.String msg)
          Constructor for an instance of InvalidScaleException.
 
Method Summary
 
Methods inherited from class javax.faces.FacesException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

InvalidScaleException

public InvalidScaleException(java.lang.String msg)
Constructor for an instance of InvalidScaleException.

Parameters:
msg -

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.