org.apache.struts.util
Class AppException
public class AppException
AppException(String key)- Construct an module exception with no replacement values.
|
AppException(String key, Object value)- Construct an module exception with the specified replacement values.
|
AppException(String key, Object value0, Object value1)- Construct an module exception with the specified replacement values.
|
AppException(String key, Object value0, Object value1, Object value2)- Construct an module exception with the specified replacement values.
|
AppException(String key, Object value0, Object value1, Object value2, Object value3)- Construct an module exception with the specified replacement values.
|
AppException(String key, Object[] values)- Construct an action error with the specified replacement values.
|
AppException
public AppException(String key)
Construct an module exception with no replacement values.
key - Message key for this error message
AppException
public AppException(String key,
Object value) Construct an module exception with the specified replacement values.
key - Message key for this error messagevalue - First replacement value
AppException
public AppException(String key,
Object value0,
Object value1) Construct an module exception with the specified replacement values.
key - Message key for this error messagevalue0 - First replacement valuevalue1 - Second replacement value
AppException
public AppException(String key,
Object value0,
Object value1,
Object value2) Construct an module exception with the specified replacement values.
key - Message key for this error messagevalue0 - First replacement valuevalue1 - Second replacement valuevalue2 - Third replacement value
AppException
public AppException(String key,
Object value0,
Object value1,
Object value2,
Object value3) Construct an module exception with the specified replacement values.
key - Message key for this error messagevalue0 - First replacement valuevalue1 - Second replacement valuevalue2 - Third replacement valuevalue3 - Fourth replacement value
AppException
public AppException(String key,
Object[] values) Construct an action error with the specified replacement values.
key - Message key for this messagevalues - Array of replacement values
Copyright B) 2000-2005 - Apache Software Foundation