com.ptc.windchill.upgrade.util.fsm
Class ParameterCannotBeNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.ptc.windchill.upgrade.util.fsm.ParameterCannotBeNullException
- All Implemented Interfaces:
- Serializable
- public class ParameterCannotBeNullException
- extends IllegalArgumentException
Exception thrown when a null value is passed to a method expecting non-nullable parameters.
- See Also:
- Serialized Form
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ParameterCannotBeNullException
public ParameterCannotBeNullException(String parameter_name)