Package org.daisy.braille.embosser
Class ContractNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.daisy.braille.embosser.ContractNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContractNotSupportedException extends java.lang.Exception
Provides an exception to indicate that the Contract is not supported- Author:
- Joel HÃ¥kansson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContractNotSupportedException()
ContractNotSupportedException(java.lang.String message)
ContractNotSupportedException(java.lang.String message, java.lang.Throwable cause)
ContractNotSupportedException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ContractNotSupportedException
public ContractNotSupportedException()
-
ContractNotSupportedException
public ContractNotSupportedException(java.lang.String message)
-
ContractNotSupportedException
public ContractNotSupportedException(java.lang.Throwable cause)
-
ContractNotSupportedException
public ContractNotSupportedException(java.lang.String message, java.lang.Throwable cause)
-
-