fr.orsay.lri.varna.models.templates
Class RNATemplateMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.orsay.lri.varna.models.templates.RNATemplateMappingException
All Implemented Interfaces:
Serializable

public class RNATemplateMappingException
extends Exception

This exception is thrown when we discover that a template is invalid (it contains impossible connections between elements).

Author:
Raphael Champeimont
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
RNATemplateMappingException()
           
RNATemplateMappingException(String 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

RNATemplateMappingException

public RNATemplateMappingException(String message)

RNATemplateMappingException

public RNATemplateMappingException()