oracle.dss.dataSource.common
Class IllegalArgException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--oracle.dss.util.BIBaseException
|
+--oracle.dss.dataSource.common.QueryException
|
+--oracle.dss.dataSource.common.IllegalArgException
- All Implemented Interfaces:
- BIException, java.io.Serializable
- public class IllegalArgException
- extends QueryException
Thrown if the caller passes in a bad argument to the Query API.
- See Also:
- Serialized Form
Constructor Summary |
IllegalArgException(java.lang.String s, int argNum, java.lang.Object argVal)
Constructor. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalArgException
public IllegalArgException(java.lang.String s,
int argNum,
java.lang.Object argVal)
- Constructor.
-
- Parameters:
s
- Message to display.
argNum
- Argument number that was illegal, starting with 1.
argVal
- Argument value that was illegal.
getIllegalArgNumber
public int getIllegalArgNumber()
- Retrieves the illegal argument number.
-
- Returns:
- The illegal argument number.
getIllegalArgValue
public java.lang.Object getIllegalArgValue()
- Retrieves the illegal argument value.
-
- Returns:
- The illegal argument value.
getMessage
public java.lang.String getMessage()
- Retrieves this exception's message.
-
- Overrides:
getMessage
in class java.lang.Throwable
Copyright © 2003, Oracle. All Rights Reserved.