|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
agg.xt_basis.BadMappingException
public class BadMappingException
This Exception is thrown by methods of the class
OrdinaryMorphism
, especially by addMapping()
,
to indicate a violation of some morphism property. A more detailed
description of the violation cause will be given in the exception's detail
message.
OrdinaryMorphism
,
OrdinaryMorphism.addMapping(java.util.Vector)
,
Serialized FormConstructor Summary | |
---|---|
BadMappingException()
Construct myself as an exception without any detail message. |
|
BadMappingException(java.lang.String n)
Construct myself with the specified detail message. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BadMappingException()
public BadMappingException(java.lang.String n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |