org.jaffa.beans.moulding.mapping
Class MouldException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jaffa.exceptions.CustomException
              extended byorg.jaffa.exceptions.FrameworkException
                  extended byorg.jaffa.beans.moulding.mapping.MouldException
All Implemented Interfaces:
Serializable

public class MouldException
extends FrameworkException

Author:
PaulE
See Also:
Serialized Form

Field Summary
static int ACCESS_ERROR
           
static int CANT_SET_KEY_FIELD
           
static int DATATYPE_MISMATCH
           
static int INSTANTICATION_ERROR
           
static int INTROSPECT_ERROR
           
static int INVALID_FK_MAPPING
           
static int INVOCATION_ERROR
           
static int METHOD_NOT_FOUND
           
static int MISMATCH_FK_MAPPING
           
static int NO_GETTER
           
static int NO_KEY_ON_OBJECT
           
static int NO_SETTER
           
 
Fields inherited from class org.jaffa.exceptions.CustomException
m_arguments
 
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.
 
Methods inherited from class org.jaffa.exceptions.CustomException
getArguments, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

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.