public class CommandInvocationException extends Exception
| Constructor and Description |
|---|
CommandInvocationException(InvocationTargetException t) |
CommandInvocationException(String message,
Object... args) |
CommandInvocationException(String message,
Throwable t) |
CommandInvocationException(String message,
Throwable t,
Object... args) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandInvocationException(String message, Throwable t, Object... args)
public CommandInvocationException(InvocationTargetException t)
Copyright © 2014 LSST. All rights reserved.