Class ContractNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.daisy.braille.embosser.ContractNotSupportedException
All Implemented Interfaces:
Serializable

public class ContractNotSupportedException extends Exception
Provides an exception to indicate that the Contract is not supported
Author:
Joel HÃ¥kansson
See Also:
  • Constructor Details

    • ContractNotSupportedException

      public ContractNotSupportedException()
    • ContractNotSupportedException

      public ContractNotSupportedException(String message)
    • ContractNotSupportedException

      public ContractNotSupportedException(Throwable cause)
    • ContractNotSupportedException

      public ContractNotSupportedException(String message, Throwable cause)