public class MetafilesException extends ImageException
Constructor and Description |
---|
MetafilesException(String message)
Creates a new
MetafilesException with a message string. |
MetafilesException(String message,
Throwable innerException)
Creates a new
MetafilesException with a message string and a reason. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public MetafilesException(String message)
MetafilesException
with a message string.message
- The message string.public MetafilesException(String message, Throwable innerException)
MetafilesException
with a message string and a reason.message
- The message string.innerException
- The inner exception.