Package com.aspectran.core.util.apon
Class UnknownParameterException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aspectran.core.util.apon.UnknownParameterException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownParameterException extends java.lang.RuntimeExceptionThe Class UnknownParameterException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownParameterException(java.lang.String parameterName, Parameters parameters)Constructor to create exception with a message.
-
-
-
Constructor Detail
-
UnknownParameterException
public UnknownParameterException(java.lang.String parameterName, Parameters parameters)Constructor to create exception with a message.- Parameters:
parameterName- the parameter nameparameters- the Parameters object
-
-