org.sapia.util.xml
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sapia.util.xml.ProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingException
extends java.lang.Exception

This exception is thrown by a ConfixProcessorIF when the latter cannot process a given XML configuration or by the IdefixProcessorIF when it cannot process an object.

Author:
Jean-Cedric Desrochers
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
ConfixProcessorIF, IdefixProcessorIF, Serialized Form

Constructor Summary
ProcessingException(java.lang.String aMessage)
          Creates a new ProcessingException instance with the argument passed in.
ProcessingException(java.lang.String aMessage, java.lang.Throwable aSourceError)
          Creates a new ProcessingException instance with the arguments passed in.
 
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 aMessage,
                           java.lang.Throwable aSourceError)
Creates a new ProcessingException instance with the arguments passed in.

Parameters:
aMessage - The message describing the error.
aSourceError - The source error to encapsulate.

ProcessingException

public ProcessingException(java.lang.String aMessage)
Creates a new ProcessingException instance with the argument passed in.

Parameters:
aMessage - The message describing the error.


Copyright © 2011 Sapia OSS. All Rights Reserved.