public class StringFormatException extends IllegalArgumentException
| Constructor and Description | 
|---|
| StringFormatException()Creates the exception with an empty messgage. | 
| StringFormatException(String s)Creates the exception with the specified detail message. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StringFormatException()
public StringFormatException(String s)
s - The detail messageCopyright © 2016 Open Microscopy Environment