public class CmdLineException extends Exception
The Throwable.getMessage()
method will return a human-readable
description of the error, so you should just do
System.err.println(e.getMessage());
Constructor and Description |
---|
CmdLineException() |
CmdLineException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CmdLineException()
public CmdLineException(String message)
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.