com.xmlmill.exception
Class XMLMillConfigError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xml.sax.SAXException
                    |
                    +--com.xmlmill.exception.XMLMillException
                          |
                          +--com.xmlmill.exception.XMLMillConfigError
All Implemented Interfaces:
java.io.Serializable

public class XMLMillConfigError
extends XMLMillException

Encapsulates a XMLMill fatal configuration error.

This error represents a XMLMill configuration error. The system has to stop immediately. There is no possiblity the this error can be recovered by the system.

Since:
1.35
See Also:
Serialized Form

Constructor Summary
XMLMillConfigError(java.lang.Exception e)
          Create a new XMLMill Configuration Error.
XMLMillConfigError(java.lang.String s)
          Create a new XMLMill Configuration Error.
 
Methods inherited from class org.xml.sax.SAXException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLMillConfigError

public XMLMillConfigError(java.lang.Exception e)
Create a new XMLMill Configuration Error.
Parameters:
msgnbr - The fatal error number..
e - The Exception to throw.
Since:
1.40

XMLMillConfigError

public XMLMillConfigError(java.lang.String s)
Create a new XMLMill Configuration Error.
Parameters:
msgnbr - The fatal error number..
e - The Exception to throw.
Since:
1.40