Class ControlSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.scictrl.mp.orbitcorrect.ControlSystemException
All Implemented Interfaces:
Serializable

public class ControlSystemException extends Exception
ControlSystemException is Exception that is thrown when dealing with control system.
Author:
igor@scictrl.com
See Also:
  • Field Details

    • TEST_FAILED_MESSAGE

      public static final String TEST_FAILED_MESSAGE
      Constant TEST_FAILED_MESSAGE="Test failed for: "
      See Also:
  • Constructor Details

    • ControlSystemException

      public ControlSystemException()
      ControlSystemException default constructor.
    • ControlSystemException

      public ControlSystemException(Object source, Throwable intercepted)
      ControlSystemException constructor comment.
      Parameters:
      source - a Object object
      intercepted - a Throwable object
    • ControlSystemException

      public ControlSystemException(String s)
      Constructs an ControlSystemException with the specified detail message.
      Parameters:
      s - the detail message.
    • ControlSystemException

      public ControlSystemException(String s, Object source)
      Constructs an ControlSystemException with the specified detail message.
      Parameters:
      s - the detail message.
      source - a Object object
    • ControlSystemException

      public ControlSystemException(String s, Object source, Throwable intercepted)
      ControlSystemException constructor comment.
      Parameters:
      s - java.lang.String
      source - a Object object
      intercepted - a Throwable object
    • ControlSystemException

      public ControlSystemException(String s, Object source, Throwable intercepted, ControlSystemException previous)
      ControlSystemException constructor comment.
      Parameters:
      s - java.lang.String
      source - a Object object
      intercepted - a Throwable object
      previous - a ControlSystemException object
    • ControlSystemException

      public ControlSystemException(String s, Throwable intercepted)
      ControlSystemException constructor comment.
      Parameters:
      s - java.lang.String
      intercepted - a Throwable object
    • ControlSystemException

      public ControlSystemException(Throwable intercepted)
      ControlSystemException constructor comment.
      Parameters:
      intercepted - a Throwable object
  • Method Details

    • getIntercepted

      public Throwable getIntercepted()

      Getter for the field intercepted.

      Returns:
      java.lang.Throwable
    • getNext

      public ControlSystemException getNext()

      Getter for the field next.

      Returns:
      ControlSystemException
    • getSource

      public Object getSource()

      Getter for the field source.

      Returns:
      java.lang.Object
    • hasNext

      public boolean hasNext()

      hasNext.

      Returns:
      boolean
    • toString

      public String toString()
      Returns a String that represents the value of this object.
      Overrides:
      toString in class Throwable