wtanaka.praya
Class CannotResolveException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--wtanaka.praya.CannotResolveException
All Implemented Interfaces:
java.io.Serializable

public class CannotResolveException
extends java.lang.Exception

Thrown if an attempt to resolve a Recipient into a ResolvedRecipient fails for some reason.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/12/06 11:08:05 $
Author:
$Author: wtanaka $
See Also:
Recipient.resolve(), Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
CannotResolveException(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

CannotResolveException

public CannotResolveException(java.lang.String msg)