net.chaosserver.bilbo.help
Class HelpResourceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.chaosserver.bilbo.help.HelpException
                    |
                    +--net.chaosserver.bilbo.help.HelpResourceNotFoundException
All Implemented Interfaces:
Serializable

public class HelpResourceNotFoundException
extends HelpException

Thrown when the helper cannot find the resource given.

Since:
Bilbo 2.0
See Also:
Serialized Form

Constructor Summary
HelpResourceNotFoundException(String s)
          Constructs a new exception with the specified detail message.
HelpResourceNotFoundException(String s, Throwable t)
          Constructs a new exception with the specified detail message and cause.
 
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

HelpResourceNotFoundException

public HelpResourceNotFoundException(String s)
Constructs a new exception with the specified detail message.

Parameters:
s - the detailed message

HelpResourceNotFoundException

public HelpResourceNotFoundException(String s,
                                     Throwable t)
Constructs a new exception with the specified detail message and cause.

Parameters:
s - the detailed message
t - the cause


Copyright © 20030415