|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.bea.p13n.exceptions.SystemException | +--com.bea.p13n.appflow.exception.InvalidArgumentException
Application exception used to signal that an invalid argument was passed to a method.
SystemException
, Serialized FormConstructor 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 |
public InvalidArgumentException(java.lang.String message)
parameterName
- The name of the parameter that was
incorrectly passed.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |