org.sapia.util.xml
Class ProcessingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sapia.util.CompositeException
|
+--org.sapia.util.xml.ProcessingException
- All Implemented Interfaces:
- Serializable
- public class ProcessingException
- extends org.sapia.util.CompositeException
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,
org.sapia.util.xml.idefix.IdefixProcessorIF,
Serialized Form
| Methods inherited from class org.sapia.util.CompositeException |
getSourceError, printStackTrace, printStackTrace, printStackTrace |
ProcessingException
public ProcessingException(String aMessage,
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(String aMessage)
- Creates a new ProcessingException instance with the argument passed in.
- Parameters:
aMessage - The message describing the error.
Copyright © 2002 Sapia Open Source Software. All Rights Reserved.