org.springmodules.validation.util.lang
Class NestedIllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springmodules.validation.util.lang.NestedIllegalArgumentException
- All Implemented Interfaces:
- Serializable
public class NestedIllegalArgumentException
- extends NestedRuntimeException
- Author:
- Uri Boness
- See Also:
- Serialized Form
NestedIllegalArgumentException
public NestedIllegalArgumentException(String msg)
- Construct a
NestedRuntimeException
with the specified detail message.
- Parameters:
msg
- the detail message
NestedIllegalArgumentException
public NestedIllegalArgumentException(String msg,
Throwable cause)
- Construct a
NestedRuntimeException
with the specified detail message
and nested exception.
- Parameters:
msg
- the detail messagecause
- the nested exception
Copyright © 2009. All Rights Reserved.