|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdesktop.jdic.filetypes.AssociationException
org.jdesktop.jdic.filetypes.AssociationNotRegisteredException
public class AssociationNotRegisteredException
An AssociationNotRegisteredException
is thrown by certain methods
of AssociationService
while trying to remove an association
not existed in the system.
AssociationService
,
Serialized FormConstructor Summary | |
---|---|
AssociationNotRegisteredException()
Constructs an AssociationNotRegisteredException object with no
detail message. |
|
AssociationNotRegisteredException(java.lang.String msg)
Constructs an AssociationNotRegisteredException object with the
specified detail message. |
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 AssociationNotRegisteredException()
AssociationNotRegisteredException
object with no
detail message.
public AssociationNotRegisteredException(java.lang.String msg)
AssociationNotRegisteredException
object with the
specified detail message.
msg
- the detail message pertaining to this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |