Class UnsupportedWidthException

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

public class UnsupportedWidthException extends Exception
Provides an unsupported width exception
Author:
Joel HÃ¥kansson
See Also:
  • Constructor Details

    • UnsupportedWidthException

      public UnsupportedWidthException()
    • UnsupportedWidthException

      public UnsupportedWidthException(String message)
    • UnsupportedWidthException

      public UnsupportedWidthException(Throwable cause)
    • UnsupportedWidthException

      public UnsupportedWidthException(String message, Throwable cause)