one.world.binding
Class UnknownResourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--one.world.binding.BindingException
                    |
                    +--one.world.binding.UnknownResourceException
All Implemented Interfaces:
Serializable

public class UnknownResourceException
extends BindingException

Implementation of an unknown resource exception. An unknown resource exception signals a resource descriptor that is unrecognized by the recipient of the descriptor.

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Constructor Summary
UnknownResourceException()
          Create a new unknown resource exception with no detail message.
UnknownResourceException(String msg)
          Create a new unknown resource exception with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownResourceException

public UnknownResourceException()
Create a new unknown resource exception with no detail message.

UnknownResourceException

public UnknownResourceException(String msg)
Create a new unknown resource exception with the specified detail message.
Parameters:
msg - The detail message.


(C) Copyright 2001 UW CSE