public class ChildNotAcceptedException extends VipToolException
Constructor and Description |
---|
ChildNotAcceptedException(IAbstractFile file) |
ChildNotAcceptedException(IAbstractFile file,
String message) |
ChildNotAcceptedException(IAbstractFile file,
String message,
Throwable throwable) |
ChildNotAcceptedException(IAbstractFile file,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
IAbstractFile |
getChild() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChildNotAcceptedException(IAbstractFile file)
public ChildNotAcceptedException(IAbstractFile file, String message)
public ChildNotAcceptedException(IAbstractFile file, Throwable throwable)
public ChildNotAcceptedException(IAbstractFile file, String message, Throwable throwable)
public IAbstractFile getChild()