Package org.apache.zookeeper.cli
Class MalformedCommandException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- org.apache.zookeeper.cli.CliException
- 
- org.apache.zookeeper.cli.MalformedCommandException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class MalformedCommandException extends CliException - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.zookeeper.cli.CliExceptionDEFAULT_EXCEPTION_EXIT_CODE, exitCode
 
- 
 - 
Constructor SummaryConstructors Constructor Description MalformedCommandException(String message)
 - 
Method Summary- 
Methods inherited from class org.apache.zookeeper.cli.CliExceptiongetExitCode
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
MalformedCommandExceptionpublic MalformedCommandException(String message) 
 
- 
 
-