Package org.daisy.braille.embosser
Class UnsupportedWidthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.daisy.braille.embosser.UnsupportedWidthException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedWidthException extends java.lang.Exception
Provides an unsupported width exception- Author:
- Joel HÃ¥kansson
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedWidthException()
UnsupportedWidthException(java.lang.String message)
UnsupportedWidthException(java.lang.String message, java.lang.Throwable cause)
UnsupportedWidthException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
UnsupportedWidthException
public UnsupportedWidthException()
-
UnsupportedWidthException
public UnsupportedWidthException(java.lang.String message)
-
UnsupportedWidthException
public UnsupportedWidthException(java.lang.Throwable cause)
-
UnsupportedWidthException
public UnsupportedWidthException(java.lang.String message, java.lang.Throwable cause)
-
-