Class Constants.ConstantException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.springframework.core.Constants.ConstantException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Constants
Exception thrown when the 
Constants class is asked for
an invalid constant name.- Since:
- 16.03.2003
- Author:
- Rod Johnson, Juergen Hoeller
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConstantException(String className, String namePrefix, Object value) Thrown when an invalid constant value is looked up.ConstantException(String className, String field, String message) Thrown when an invalid constant name is requested.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConstantException
- 
ConstantException
 
-