org.jaffa.beans.moulding.mapping
Class MouldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jaffa.exceptions.CustomException
org.jaffa.exceptions.FrameworkException
org.jaffa.beans.moulding.mapping.MouldException
- All Implemented Interfaces:
- Serializable
- public class MouldException
- extends FrameworkException
- Author:
- PaulE
- See Also:
- Serialized Form
|
Constructor Summary |
MouldException(int reasonCode)
Constructs an instance of MouldException with the specified detail message. |
MouldException(int reasonCode,
String path)
Constructs an instance of MouldException with the specified detail message. |
MouldException(int reasonCode,
String path,
String param1)
Constructs an instance of MouldException with the specified detail message. |
MouldException(int reasonCode,
String path,
String param1,
String param2)
Constructs an instance of MouldException with the specified detail message. |
MouldException(int reasonCode,
String path,
Throwable cause)
Constructs an instance of MouldException with the specified detail message. |
METHOD_NOT_FOUND
public static final int METHOD_NOT_FOUND
- See Also:
- Constant Field Values
NO_KEY_ON_OBJECT
public static final int NO_KEY_ON_OBJECT
- See Also:
- Constant Field Values
ACCESS_ERROR
public static final int ACCESS_ERROR
- See Also:
- Constant Field Values
INVOCATION_ERROR
public static final int INVOCATION_ERROR
- See Also:
- Constant Field Values
INSTANTICATION_ERROR
public static final int INSTANTICATION_ERROR
- See Also:
- Constant Field Values
INTROSPECT_ERROR
public static final int INTROSPECT_ERROR
- See Also:
- Constant Field Values
INVALID_FK_MAPPING
public static final int INVALID_FK_MAPPING
- See Also:
- Constant Field Values
MISMATCH_FK_MAPPING
public static final int MISMATCH_FK_MAPPING
- See Also:
- Constant Field Values
CANT_SET_KEY_FIELD
public static final int CANT_SET_KEY_FIELD
- See Also:
- Constant Field Values
NO_SETTER
public static final int NO_SETTER
- See Also:
- Constant Field Values
NO_GETTER
public static final int NO_GETTER
- See Also:
- Constant Field Values
DATATYPE_MISMATCH
public static final int DATATYPE_MISMATCH
- See Also:
- Constant Field Values
MouldException
public MouldException(int reasonCode)
- Constructs an instance of
MouldException with the specified detail message.
- Parameters:
reasonCode - the detail message.
MouldException
public MouldException(int reasonCode,
String path)
- Constructs an instance of
MouldException with the specified detail message.
- Parameters:
reasonCode - the detail message.
MouldException
public MouldException(int reasonCode,
String path,
String param1)
- Constructs an instance of
MouldException with the specified detail message.
- Parameters:
reasonCode - the detail message.
MouldException
public MouldException(int reasonCode,
String path,
String param1,
String param2)
- Constructs an instance of
MouldException with the specified detail message.
- Parameters:
reasonCode - the detail message.
MouldException
public MouldException(int reasonCode,
String path,
Throwable cause)
- Constructs an instance of
MouldException with the specified detail message.
- Parameters:
reasonCode - the detail message.
Copyright © 2002-2004 JAFFA Project.