com.bea.ales.management.exception
Class BadParameterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.ales.management.exception.BadParameterException
Direct Known Subclasses:
TypeConversionException

public class BadParameterException
extends java.lang.Exception

Indicates that there was an error in one of the supplied parameters.

See Also:
Serialized Form

Method Summary
 int getParameterNumber()
          Get the index number of the parameter which caused the error.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getParameterNumber

public int getParameterNumber()
Get the index number of the parameter which caused the error.

Returns:
the index number of parameter causing the error.


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.