SMILA (incubation) API documentation

org.eclipse.smila.processing
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.processing.ProcessingException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MissingParameterException

public class ProcessingException
extends java.lang.Exception

Thrown on errors when processing SMILA record.

Author:
jschumacher
See Also:
Serialized Form

Constructor Summary
ProcessingException(java.lang.String message)
          constructur with message.
ProcessingException(java.lang.String message, java.lang.Throwable cause)
          constructur with mesage and causing exception.
ProcessingException(java.lang.Throwable cause)
          constructur with causing exception.
 
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(java.lang.String message)
constructur with message.

Parameters:
message - detailed error message.

ProcessingException

public ProcessingException(java.lang.Throwable cause)
constructur with causing exception.

Parameters:
cause - exception that caused the error.

ProcessingException

public ProcessingException(java.lang.String message,
                           java.lang.Throwable cause)
constructur with mesage and causing exception.

Parameters:
message - detailed error message.
cause - exception that caused the error.

SMILA (incubation) API documentation