Class DuplicateEntityTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.DuplicateEntityTypeException
All Implemented Interfaces:
Serializable

public class DuplicateEntityTypeException extends RuntimeException
This class represents an exception when a duplicate of an entity type was found.
Author:
Armin Müller
See Also:
  • Constructor Details

    • DuplicateEntityTypeException

      public DuplicateEntityTypeException(String name)
      Constructor that also defines information of the entity type causing the exception.
      Parameters:
      name - the name of the exception-causing entity type