public class IncompleteInputException extends Exception
IncompleteInputException
is an Exception
that indicates
missing input for the operation to be completed.Constructor and Description |
---|
IncompleteInputException()
Constructs a new
IncompleteInputException without a message. |
IncompleteInputException(String message)
Constructs a new
IncompleteInputException with the specified message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompleteInputException()
IncompleteInputException
without a message.public IncompleteInputException(String message)
IncompleteInputException
with the specified message.message
- Detail message of the exceptionCopyright © 2017 smarTen. All rights reserved.