public class InvalidInputException extends Exception
Constructor and Description |
---|
InvalidInputException()
Creates a new exception with no detail message.
|
InvalidInputException(String message)
Creates a new exception with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidInputException()
public InvalidInputException(String message)
message
- the detail message
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.