org.apache.beehive.wsm.jsr181.processor
Class ProcessorException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by ProcessorException
All Implemented Interfaces:
Serializable

public class ProcessorException
extends RuntimeException

A simple exception wrapper class used for processor failures. It subclasses runtime exception because user errors that result in code generation failures are reported through the APT messager class.

See Also:
Serialized Form

Constructor Summary
ProcessorException(Exception e)
           
ProcessorException(String msg)
           
ProcessorException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessorException

public ProcessorException(String msg,
                          Exception e)

ProcessorException

public ProcessorException(String msg)

ProcessorException

public ProcessorException(Exception e)