Class DecomposerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoConvergenceException

public class DecomposerException extends AlgebraException
Exception raised when some decomposer algorithm fails.
See Also:
  • Constructor Details

    • DecomposerException

      public DecomposerException()
      Constructor
    • DecomposerException

      public DecomposerException(String message)
      Constructor with String containing message
      Parameters:
      message - Message indicating the cause of the exception
    • DecomposerException

      public DecomposerException(String message, Throwable cause)
      Constructor with message and cause
      Parameters:
      message - Message describing the cause of the exception
      cause - Instance containing the cause of the exception
    • DecomposerException

      public DecomposerException(Throwable cause)
      Constructor with cause
      Parameters:
      cause - Instance containing the cause of the exception