|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bbn.openmap.MultipleSoloMapComponentException
An Exception indicating that an attempt was made to add a duplicate SoloMapComponent to BeanContext.
Constructor Summary | |
MultipleSoloMapComponentException()
Constuct an exception without a reason. |
|
MultipleSoloMapComponentException(java.lang.Class c1,
java.lang.Class c2)
Construct an exception, generating a reason from the conflicting classes. |
|
MultipleSoloMapComponentException(java.lang.String s)
Constuct an exception with a reason string. |
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 |
Constructor Detail |
public MultipleSoloMapComponentException()
public MultipleSoloMapComponentException(java.lang.String s)
s
- the reason for the exceptionpublic MultipleSoloMapComponentException(java.lang.Class c1, java.lang.Class c2)
c1
- the class that was being addedc2
- the class that already exists in the BeanContext
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |