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
ConstructorsConstructorDescriptionInconsistentDataExceptionconstructor with specified parameter.InconsistentDataExceptionconstructor with specified parameters. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the fully-qualified name of the entity represented by thisDataBushExceptionobject, as aString.Methods inherited from class org.scictrl.mp.orbitcorrect.DataBushException
formatMessage, getCode, getSource, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InconsistentDataException
InconsistentDataExceptionconstructor with specified parameter.- Parameters:
s- java.lang.String
-
InconsistentDataException
InconsistentDataExceptionconstructor with specified parameters.- Parameters:
source- AbstractDataBushElements- java.lang.String
-
-
Method Details
-
getClassName
Returns the fully-qualified name of the entity represented by thisDataBushExceptionobject, as aString. Returns the fully-qualified name of the entity represented by thisDataBushExceptionobject, as aString.- Overrides:
getClassNamein classDataBushException- Returns:
- java.lang.String
-