Package com.irurueta.algebra
Class DecomposerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.irurueta.algebra.AlgebraException
com.irurueta.algebra.DecomposerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoConvergenceException
Exception raised when some decomposer algorithm fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorDecomposerException
(String message) Constructor with String containing messageDecomposerException
(String message, Throwable cause) Constructor with message and causeDecomposerException
(Throwable cause) Constructor with cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DecomposerException
public DecomposerException()Constructor -
DecomposerException
Constructor with String containing message- Parameters:
message
- Message indicating the cause of the exception
-
DecomposerException
Constructor with message and cause- Parameters:
message
- Message describing the cause of the exceptioncause
- Instance containing the cause of the exception
-
DecomposerException
Constructor with cause- Parameters:
cause
- Instance containing the cause of the exception
-