Package org.scictrl.mp.orbitcorrect
Class InconsistentDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.mp.orbitcorrect.DataBushException
org.scictrl.mp.orbitcorrect.InconsistentDataException
- All Implemented Interfaces:
Serializable
This exception occurs, if data is not consistent.
- Author:
- igor@scictrl.com
- See Also:
-
Field Summary
Fields inherited from class org.scictrl.mp.orbitcorrect.DataBushException
code, source
-
Constructor Summary
ConstructorDescriptionInconsistentDataException
constructor with specified parameter.InconsistentDataException
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
-
InconsistentDataException
InconsistentDataException
constructor with specified parameter.- Parameters:
s
- java.lang.String
-
InconsistentDataException
InconsistentDataException
constructor with specified parameters.- Parameters:
source
- AbstractDataBushElements
- java.lang.String
-
-
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
-