public class UnsupportedToolkitException extends RuntimeException
TargetToolkit
is specified, which is not
supported by the called method.Constructor and Description |
---|
UnsupportedToolkitException(String message) |
UnsupportedToolkitException(String message,
Throwable cause) |
UnsupportedToolkitException(TargetToolkit toolkit)
Crates a new instance with the default message.
|
UnsupportedToolkitException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsupportedToolkitException(TargetToolkit toolkit)
toolkit
- the toolkit that is not supportedpublic UnsupportedToolkitException(String message, Throwable cause)
public UnsupportedToolkitException(String message)
public UnsupportedToolkitException(Throwable cause)