javax.jmi.reflect
Class JmiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jmi.reflect.JmiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyExistsException, ClosureViolationException, CompositionCycleException, CompositionViolationException, ConstraintViolationException, DuplicateException, InvalidCallException, InvalidNameException, InvalidObjectException, TypeMismatchException, WrongSizeException

public class JmiException
extends java.lang.RuntimeException
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  RefObject elementInError
           
protected  java.lang.Object objectInError
           
 
Constructor Summary
JmiException()
           
JmiException(java.lang.Object objectInError, RefObject elementInError)
           
JmiException(java.lang.Object objectInError, RefObject elementInError, java.lang.String msg)
           
JmiException(RefObject elementInError)
           
JmiException(RefObject elementInError, java.lang.String msg)
           
JmiException(java.lang.String msg)
           
 
Method Summary
 RefObject getElementInError()
           
 java.lang.Object getObjectInError()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

objectInError

protected java.lang.Object objectInError

elementInError

protected RefObject elementInError
Constructor Detail

JmiException

public JmiException()

JmiException

public JmiException(java.lang.String msg)

JmiException

public JmiException(java.lang.Object objectInError,
                    RefObject elementInError)

JmiException

public JmiException(java.lang.Object objectInError,
                    RefObject elementInError,
                    java.lang.String msg)

JmiException

public JmiException(RefObject elementInError)

JmiException

public JmiException(RefObject elementInError,
                    java.lang.String msg)
Method Detail

getElementInError

public RefObject getElementInError()

getObjectInError

public java.lang.Object getObjectInError()