org.activemath.content.mediator.rewriter
Class MappingParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.content.mediator.MediatorException
              extended by org.activemath.content.mediator.rewriter.MappingParseException
All Implemented Interfaces:
Serializable

public class MappingParseException
extends MediatorException

See Also:
Serialized Form

Constructor Summary
MappingParseException()
           
MappingParseException(String message)
           
MappingParseException(String message, Throwable cause)
           
MappingParseException(Throwable cause)
           
 
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

MappingParseException

public MappingParseException()

MappingParseException

public MappingParseException(String message)

MappingParseException

public MappingParseException(Throwable cause)

MappingParseException

public MappingParseException(String message,
                             Throwable cause)