org.oddjob.arooa.parsing
Class DuplicateMappingsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaException
                  extended by org.oddjob.arooa.parsing.DuplicateMappingsException
All Implemented Interfaces:
Serializable

public class DuplicateMappingsException
extends ArooaException

An exception used when creation fails.

See Also:
Serialized Form

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

DuplicateMappingsException

public DuplicateMappingsException()

DuplicateMappingsException

public DuplicateMappingsException(String message)

DuplicateMappingsException

public DuplicateMappingsException(String message,
                                  Throwable t)

DuplicateMappingsException

public DuplicateMappingsException(Throwable t)