Package org.scictrl.mp.orbitcorrect
Class ControlSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.mp.orbitcorrect.ControlSystemException
- All Implemented Interfaces:
Serializable
ControlSystemException
is Exception that is thrown when dealing with control system.- Author:
- igor@scictrl.com
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
ConstantTEST_FAILED_MESSAGE="Test failed for: "
-
Constructor Summary
ConstructorDescriptionControlSystemException
default constructor.ControlSystemException
(Object source, Throwable intercepted) ControlSystemException constructor comment.Constructs anControlSystemException
with the specified detail message.ControlSystemException
(String s, Object source) Constructs anControlSystemException
with the specified detail message.ControlSystemException
(String s, Object source, Throwable intercepted) ControlSystemException constructor comment.ControlSystemException
(String s, Object source, Throwable intercepted, ControlSystemException previous) ControlSystemException constructor comment.ControlSystemException
(String s, Throwable intercepted) ControlSystemException constructor comment.ControlSystemException
(Throwable intercepted) ControlSystemException constructor comment. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
TEST_FAILED_MESSAGE
ConstantTEST_FAILED_MESSAGE="Test failed for: "
- See Also:
-
-
Constructor Details
-
ControlSystemException
public ControlSystemException()ControlSystemException
default constructor. -
ControlSystemException
ControlSystemException constructor comment. -
ControlSystemException
Constructs anControlSystemException
with the specified detail message.- Parameters:
s
- the detail message.
-
ControlSystemException
Constructs anControlSystemException
with the specified detail message.- Parameters:
s
- the detail message.source
- aObject
object
-
ControlSystemException
ControlSystemException constructor comment. -
ControlSystemException
public ControlSystemException(String s, Object source, Throwable intercepted, ControlSystemException previous) ControlSystemException constructor comment.- Parameters:
s
- java.lang.Stringsource
- aObject
objectintercepted
- aThrowable
objectprevious
- aControlSystemException
object
-
ControlSystemException
ControlSystemException constructor comment.- Parameters:
s
- java.lang.Stringintercepted
- aThrowable
object
-
ControlSystemException
ControlSystemException constructor comment.- Parameters:
intercepted
- aThrowable
object
-
-
Method Details
-
getIntercepted
Getter for the field
intercepted
.- Returns:
- java.lang.Throwable
-
getNext
Getter for the field
next
.- Returns:
- ControlSystemException
-
getSource
Getter for the field
source
.- Returns:
- java.lang.Object
-
hasNext
public boolean hasNext()hasNext.
- Returns:
- boolean
-
toString
Returns a String that represents the value of this object.
-