Class InvalidExchangeFormatException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.emau.icmvc.ganimed.ttp.cm2.exceptions.InvalidExchangeFormatException
All Implemented Interfaces:
Serializable

public class InvalidExchangeFormatException extends Exception
should be thrown when the given import format definition is invalid
Author:
bialkem
See Also:
  • Constructor Details

    • InvalidExchangeFormatException

      public InvalidExchangeFormatException()
    • InvalidExchangeFormatException

      public InvalidExchangeFormatException(String message, Throwable cause)
    • InvalidExchangeFormatException

      public InvalidExchangeFormatException(String message)
    • InvalidExchangeFormatException

      public InvalidExchangeFormatException(Throwable cause)