org.equanda.subjectory
Class MappingTranslatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.equanda.subjectory.MappingTranslatorException
All Implemented Interfaces:
Serializable

public class MappingTranslatorException
extends Exception

Exception when problems occur in a MappingTranslator

Author:
Joachim Van der Auwera
See Also:
Serialized Form

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

MappingTranslatorException

public MappingTranslatorException()

MappingTranslatorException

public MappingTranslatorException(String message)

MappingTranslatorException

public MappingTranslatorException(String message,
                                  Throwable cause)

MappingTranslatorException

public MappingTranslatorException(Throwable cause)


Copyright © 2007-2009. All Rights Reserved.