oracle.javatools.util
Class CommandException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.javatools.util.CommandException
- All Implemented Interfaces: 
 - java.io.Serializable
 
public class CommandException
- extends java.lang.Exception
 
An exception thrown to report an error detected by a command parser when a
 CommandParser.
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CommandException
public CommandException(java.lang.String message)
CommandException
public CommandException(java.lang.String message,
                        java.lang.Object... parameters)
CommandException
public CommandException(java.lang.Throwable cause,
                        java.lang.String message,
                        java.lang.Object... parameters)
getMessage
public java.lang.String getMessage()
- Overrides:
 getMessage in class java.lang.Throwable
 
 
getBundle
protected FormatBundle getBundle()
 
Copyright © 1997, 2013, Oracle. All rights reserved.