public class ModuleException extends RobotRuntimeException
Constructor and Description |
---|
ModuleException() |
ModuleException(int pointless,
String message) |
ModuleException(int pointless,
String message,
Throwable cause) |
ModuleException(int pointless,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ModuleException(String message) |
ModuleException(String message,
Object... format) |
ModuleException(String message,
Throwable cause) |
ModuleException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ModuleException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Object... format) |
ModuleException(String message,
Throwable cause,
Object... format) |
ModuleException(Throwable cause) |
getExceptionTag, getLangMessage, getLocalizedMessageTag, getMessage, getMessageTag, getRuntimeErrorTagHead, getTagFormat, getTagFormat, getTagFormatLength, initTag, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
public ModuleException()
public ModuleException(String message)
public ModuleException(Throwable cause)
public ModuleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ModuleException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, Object... format)
public ModuleException(int pointless, String message)
Copyright © 2020. All rights reserved.