javax.jmi.reflect
Class JmiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
objectInError
protected java.lang.Object objectInError
elementInError
protected RefObject elementInError
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)
getElementInError
public RefObject getElementInError()
getObjectInError
public java.lang.Object getObjectInError()