Package org.xmlresolver.exceptions
Class CatalogUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xmlresolver.exceptions.CatalogUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CatalogInvalidException
public class CatalogUnavailableException extends java.lang.RuntimeException
An unavailable catalog exception.This exception is raised when a catalog file raises an IO exception of some kind, or if it's name is so badly formed that it can't be convered to a URI. It is not raised for simple "file not found" IO errors.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CatalogUnavailableException(java.lang.String message)
Construct an exception with a message about what went wrong.
-