MetaDone
|
Public Member Functions | |
InternalException (String s) | |
InternalException (Exception e) | |
InternalException (String s, Exception e) | |
InternalException () | |
Static Public Attributes | |
static final String | SHOULD_NEVER_BE_CALLED = "Should never be called" |
static final String | FORGOTTEN_ENUM_VALUE = "Forgotten enum value" |
static final String | SHOULD_NEVER_BE_EXECUTED = "This statement should have never been executed." |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Date=7 nov. 2008 - 21:25:53 Filename = InternalException.java
This exception is thrown when the behaviour is unexpected due to a programming error.
metadone.exception.InternalException.InternalException | ( | String | s | ) |
metadone.exception.InternalException.InternalException | ( | Exception | e | ) |
metadone.exception.InternalException.InternalException | ( | String | s, |
Exception | e | ||
) |
metadone.exception.InternalException.InternalException | ( | ) |
final String metadone.exception.InternalException.FORGOTTEN_ENUM_VALUE = "Forgotten enum value" [static] |
Referenced by metadone.client.dialog.swing.SpreadModelDialog.addListeners(), metadone.client.dialog.swing.metaobjecteditor.Model_global.createMetaProperty(), metadone.client.functions.importer.km3.KM3Importer.Promoter.createReference(), metadone.client.actions.Test4Action.initConcreteModelForOwlOnt(), and metadone.client.actions.OntologyImportAction.initConcreteModelForOwlOnt().
final long metadone.exception.InternalException.serialVersionUID = 1L [static, private] |
final String metadone.exception.InternalException.SHOULD_NEVER_BE_CALLED = "Should never be called" [static] |
final String metadone.exception.InternalException.SHOULD_NEVER_BE_EXECUTED = "This statement should have never been executed." [static] |