org.apache.geronimo.gshell.prefs
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.gshell.prefs.ProcessingException
All Implemented Interfaces:
Serializable

public class ProcessingException
extends Exception

Thrown to indicate a problem processing preferences.

Version:
$Rev: 570613 $ $Date: 2007-08-28 19:39:43 -0700 (Tue, 28 Aug 2007) $
See Also:
Serialized Form

Constructor Summary
ProcessingException(String message)
           
ProcessingException(String message, Throwable cause)
           
ProcessingException(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

ProcessingException

public ProcessingException(String message)

ProcessingException

public ProcessingException(String message,
                           Throwable cause)

ProcessingException

public ProcessingException(Throwable cause)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.