Package org.scictrl.mp.orbitcorrect
Class DataBushInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.mp.orbitcorrect.DataBushException
org.scictrl.mp.orbitcorrect.DataBushInitializationException
- All Implemented Interfaces:
Serializable
This exception occurs at initialization.
- Author:
- igor@scictrl.com
- See Also:
-
Field Summary
Fields inherited from class org.scictrl.mp.orbitcorrect.DataBushException
code, source
-
Constructor Summary
ConstructorDescriptionDataBushInitializationException
constructor with specified parameter.DataBushInitializationException
constructor with specified parameter.DataBushInitializationException
constructor with specified parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the fully-qualified name of the entity represented by thisDataBushException
object, as aString
.Methods inherited from class org.scictrl.mp.orbitcorrect.DataBushException
formatMessage, getCode, getSource, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
DataBushInitializationException
DataBushInitializationException
constructor with specified parameter.- Parameters:
s
- java.lang.String
-
DataBushInitializationException
DataBushInitializationException
constructor with specified parameters.- Parameters:
source
- AbstractDataBushElements
- java.lang.String
-
DataBushInitializationException
DataBushInitializationException
constructor with specified parameter.- Parameters:
e
- DataBushInterface.InconsistentDataException
-
-
Method Details
-
getClassName
Returns the fully-qualified name of the entity represented by thisDataBushException
object, as aString
. Returns the fully-qualified name of the entity represented by thisDataBushException
object, as aString
.- Overrides:
getClassName
in classDataBushException
- Returns:
- java.lang.String
-