|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.sapia.util.xml.ProcessingException
public class ProcessingException
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.
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 |
|---|
public ProcessingException(java.lang.String aMessage,
java.lang.Throwable aSourceError)
aMessage - The message describing the error.aSourceError - The source error to encapsulate.public ProcessingException(java.lang.String aMessage)
aMessage - The message describing the error.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||