| org.jaffa.exceptions.FrameworkException org.jaffa.beans.moulding.mapping.MouldException
Constructor Summary | |
public | MouldException(int reasonCode) Constructs an instance of MouldException with the specified detail message. | public | MouldException(int reasonCode, String path) Constructs an instance of MouldException with the specified detail message. | public | MouldException(int reasonCode, String path, String param1) Constructs an instance of MouldException with the specified detail message. | public | MouldException(int reasonCode, String path, String param1, String param2) Constructs an instance of MouldException with the specified detail message. | public | MouldException(int reasonCode, String path, Throwable cause) Constructs an instance of MouldException with the specified detail message. |
ACCESS_ERROR | final public static int ACCESS_ERROR(Code) | | |
CANT_SET_KEY_FIELD | final public static int CANT_SET_KEY_FIELD(Code) | | |
DATATYPE_MISMATCH | final public static int DATATYPE_MISMATCH(Code) | | |
INSTANTICATION_ERROR | final public static int INSTANTICATION_ERROR(Code) | | |
INTROSPECT_ERROR | final public static int INTROSPECT_ERROR(Code) | | |
INVALID_FK_MAPPING | final public static int INVALID_FK_MAPPING(Code) | | |
INVOCATION_ERROR | final public static int INVOCATION_ERROR(Code) | | |
METHOD_NOT_FOUND | final public static int METHOD_NOT_FOUND(Code) | | |
MISMATCH_FK_MAPPING | final public static int MISMATCH_FK_MAPPING(Code) | | |
NO_GETTER | final public static int NO_GETTER(Code) | | |
NO_KEY_ON_OBJECT | final public static int NO_KEY_ON_OBJECT(Code) | | |
NO_SETTER | final public static int NO_SETTER(Code) | | |
MouldException | public MouldException(int reasonCode)(Code) | | Constructs an instance of MouldException with the specified detail message.
Parameters: reasonCode - the detail message. |
MouldException | public MouldException(int reasonCode, String path)(Code) | | Constructs an instance of MouldException with the specified detail message.
Parameters: reasonCode - the detail message. |
MouldException | public MouldException(int reasonCode, String path, String param1)(Code) | | 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)(Code) | | Constructs an instance of MouldException with the specified detail message.
Parameters: reasonCode - the detail message. |
MouldException | public MouldException(int reasonCode, String path, Throwable cause)(Code) | | Constructs an instance of MouldException with the specified detail message.
Parameters: reasonCode - the detail message. |
|
|