org.ow2.petals.cli.shell
Class ShellException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.cli.shell.ShellException
All Implemented Interfaces:
java.io.Serializable

public class ShellException
extends java.lang.Exception

A shell exception can be used to report errors that can't be handled by the shell

Author:
sandre
See Also:
Serialized Form

Constructor Summary
ShellException()
           
ShellException(java.lang.String message)
           
ShellException(java.lang.String message, java.lang.Throwable cause)
           
ShellException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShellException

public ShellException()

ShellException

public ShellException(java.lang.String message,
                      java.lang.Throwable cause)

ShellException

public ShellException(java.lang.String message)

ShellException

public ShellException(java.lang.Throwable cause)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.