Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.selection.step
Class InvalidStepArgException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dss.util.BIBaseException
                    |
                    +--oracle.dss.selection.step.InvalidStepArgException
All Implemented Interfaces:
BIException, java.io.Serializable

public class InvalidStepArgException
extends BIBaseException

An exception thrown by a Step object if an argument is not valid.

See Also:
Serialized Form

Constructor Summary
InvalidStepArgException()
          Constructor that does not specify a message.
InvalidStepArgException(java.lang.String strArgument, java.lang.String strMethod, Step step)
          Constructor that creates a message that explains why the exception was thrown.

 

Methods inherited from class oracle.dss.util.BIBaseException
elementAt, elements, findException, getBIRootCause, getPreviousException, size, toString

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

InvalidStepArgException

public InvalidStepArgException()
Constructor that does not specify a message.

InvalidStepArgException

public InvalidStepArgException(java.lang.String strArgument,
                               java.lang.String strMethod,
Step step)
Constructor that creates a message that explains why the exception was thrown. The message includes the name of the argument, method, and Step object.
Parameters:
strArgument - The name of the invalid argument.
strMethod - The name of the affected method.
step - The affected Step object.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.