agg.xt_basis
Class BadMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by agg.xt_basis.BadMappingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MappingEvent

public class BadMappingException
extends java.lang.RuntimeException

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.

See Also:
OrdinaryMorphism, OrdinaryMorphism.addMapping(java.util.Vector), Serialized Form

Constructor 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

BadMappingException

public BadMappingException()
Construct myself as an exception without any detail message.


BadMappingException

public BadMappingException(java.lang.String n)
Construct myself with the specified detail message.