de.phleisch.app.itsucks.processing
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.phleisch.app.itsucks.processing.ProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortProcessingException

public class ProcessingException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ProcessingException()
           
ProcessingException(java.lang.String pMessage)
           
ProcessingException(java.lang.String pMessage, java.lang.Throwable pCause)
           
ProcessingException(java.lang.Throwable pCause)
           
 
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()

ProcessingException

public ProcessingException(java.lang.String pMessage,
                           java.lang.Throwable pCause)

ProcessingException

public ProcessingException(java.lang.String pMessage)

ProcessingException

public ProcessingException(java.lang.Throwable pCause)


Copyright © 2010. All Rights Reserved.