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