com.cafesoft.core.field
Class IllegalConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.core.field.FieldException
com.cafesoft.core.field.IllegalConstraintException
- All Implemented Interfaces:
- Serializable
public class IllegalConstraintException
- extends FieldException
IllegalConstraintException is used when an error occurs trying to
set addition constraints on FieldInfo objects.
- Since:
- 8/12/03
- See Also:
- Serialized Form
IllegalConstraintException
public IllegalConstraintException()
- Create a new IllegalConstraintException.
IllegalConstraintException
public IllegalConstraintException(String message)
- Create a new IllegalConstraintException.
- Parameters:
message - a textual message describing the exception.
IllegalConstraintException
public IllegalConstraintException(String message,
Throwable cause)
- Create a new IllegalConstraintException.
- Parameters:
message - a textual message describing the exception.cause - throwable that caused this exception
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.