public class GauloisRunException extends Exception
| Constructor and Description |
|---|
GauloisRunException() |
GauloisRunException(File source) |
GauloisRunException(String message) |
GauloisRunException(String message,
File source) |
GauloisRunException(String message,
Throwable cause) |
GauloisRunException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
GauloisRunException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
File source) |
GauloisRunException(String message,
Throwable cause,
File source) |
GauloisRunException(Throwable cause) |
GauloisRunException(Throwable cause,
File source) |
| Modifier and Type | Method and Description |
|---|---|
File |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GauloisRunException(File source)
public GauloisRunException()
public GauloisRunException(String message)
public GauloisRunException(Throwable cause)
public GauloisRunException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, File source)
public File getSource()
Copyright © 2019. All rights reserved.