public class CmdLineException
extends java.lang.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(java.lang.String message) |
Copyright © 2003-2013 Kohsuke Kawaguchi. All Rights Reserved.