public class FalseFileTypeException extends Exception
Constructor and Description |
---|
FalseFileTypeException()
Creates a new instance of
FalseFileTypeException without detail message. |
FalseFileTypeException(String msg)
Constructs an instance of
FalseFileTypeException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FalseFileTypeException()
FalseFileTypeException
without detail message.public FalseFileTypeException(String msg)
FalseFileTypeException
with the specified detail message.msg
- the detail message.Copyright © 2014. All rights reserved.