|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rubato.base.RubatoException
org.rubato.math.module.morphism.CompositionException
public final class CompositionException
Exception thrown if composition of morphisms fails. Examples of composition are: compose, sum, difference.
Constructor Summary | |
---|---|
CompositionException(ModuleMorphism f,
ModuleMorphism g)
Creates a CompositionException with predefined message generated from f and
g , which are the components of the composition, appended. |
|
CompositionException(java.lang.String msg)
Creates a CompositionExecption with the specified message. |
|
CompositionException(java.lang.String msg,
ModuleMorphism f,
ModuleMorphism g)
Creates a CompositionException with the specified message, with a predefined message generated from f and
g , which are the components of the composition, appended. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CompositionException(java.lang.String msg)
public CompositionException(java.lang.String msg, ModuleMorphism f, ModuleMorphism g)
f
and
g
, which are the components of the composition, appended.
public CompositionException(ModuleMorphism f, ModuleMorphism g)
f
and
g
, which are the components of the composition, appended.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |