© 2002 BEA Systems, Inc.


com.bea.p13n.appflow.exception
Class InvalidArgumentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.p13n.exceptions.SystemException
                          |
                          +--com.bea.p13n.appflow.exception.InvalidArgumentException

public class InvalidArgumentException
extends SystemException

Application exception used to signal that an invalid argument was passed to a method.

See Also:
SystemException, Serialized Form

Constructor Summary
InvalidArgumentException(java.lang.String message)
          Class constructor.
 
Methods inherited from class com.bea.p13n.exceptions.SystemException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidArgumentException

public InvalidArgumentException(java.lang.String message)
Class constructor.

Parameters:
parameterName - The name of the parameter that was incorrectly passed.

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved