jsci.maths.categories
Class UndefinedCompositionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jsci.maths.categories.UndefinedCompositionException
- All Implemented Interfaces:
- Serializable
public final class UndefinedCompositionException
- extends RuntimeException
This exception occurs when trying to compose two morphisms
whose composition is undefined.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UndefinedCompositionException
public UndefinedCompositionException()
- Constructs a UndefinedCompositionException with no detail message.
UndefinedCompositionException
public UndefinedCompositionException(String s)
- Constructs a UndefinedCompositionException with the specified detail message.
jHepWork 3.1 ©