net.sf.tomp.xml.include
Class UnavailableResourceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynet.sf.tomp.xml.include.XIncludeException
              extended bynet.sf.tomp.xml.include.UnavailableResourceException
All Implemented Interfaces:
java.io.Serializable

public class UnavailableResourceException
extends XIncludeException

An UnavailableResourceException is thrown when an included document cannot be found or loaded.

Version:
1.0d9, July 4, 2002
Author:
Elliotte Rusty Harold
See Also:
Serialized Form

Constructor Summary
UnavailableResourceException()
          Constructs an UnavailableResourceException with null as its error detail message.
UnavailableResourceException(java.lang.String message)
          Constructs an UnavailableResourceException with the specified detail message.
 
Methods inherited from class net.sf.tomp.xml.include.XIncludeException
getRootCause, setRootCause
 
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

UnavailableResourceException

public UnavailableResourceException()
Constructs an UnavailableResourceException with null as its error detail message.


UnavailableResourceException

public UnavailableResourceException(java.lang.String message)
Constructs an UnavailableResourceException with the specified detail message. The error message string message can later be retrieved by the Throwable.getMessage() method of class java.lang.Throwable.

Parameters:
message - the detail message.


Copyright © 2004 Masaryk University in Brno, Faculty of Informatics, Czech Republic. All Rights Reserved.