org.nanoko.coffee.mill.processors
Class Processor.ProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.nanoko.coffee.mill.processors.Processor.ProcessorException
All Implemented Interfaces:
Serializable
Enclosing interface:
Processor

public static class Processor.ProcessorException
extends Exception

See Also:
Serialized Form

Constructor Summary
Processor.ProcessorException(String message)
           
Processor.ProcessorException(String message, 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

Processor.ProcessorException

public Processor.ProcessorException(String message)

Processor.ProcessorException

public Processor.ProcessorException(String message,
                                    Throwable cause)


Copyright © 2012-2013 OW2. All Rights Reserved.