|
||||||||||
| 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
public class MultipleSoloMapComponentException
An Exception indicating that an attempt was made to add a duplicate SoloMapComponent to BeanContext.
| Constructor Summary | |
|---|---|
MultipleSoloMapComponentException()
Construct 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)
Construct an exception with a reason string. |
|
| Method Summary |
|---|
| 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 exception
public 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 | |||||||||