org.znerd.dir2xml
Class ProcessingException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.znerd.dir2xml.ProcessingException
- All Implemented Interfaces:
- Serializable
- public class ProcessingException
- extends Exception
Exception thrown to indicate dir2xml processing failed.
- Version:
- $Revision: 1.1 $ $Date: 2002/06/20 14:28:28 $
- Author:
- Ernst de Haan (znerd@FreeBSD.org)
- See Also:
- Serialized Form
|
Constructor Summary |
ProcessingException(String message)
Constructs a new ProcessingException with the specified
detail message. |
ProcessingException
public ProcessingException(String message)
- Constructs a new
ProcessingException with the specified
detail message.
- Parameters:
message - the detail message, can be null.
See http://dir2xml.sourceforge.net/.