ostore.tapestry.patchwork
Class PatchworkModel.InvalidTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--ostore.tapestry.patchwork.PatchworkModel.InvalidTypeException
All Implemented Interfaces:
Serializable
Enclosing class:
PatchworkModel

public static class PatchworkModel.InvalidTypeException
extends RuntimeException

A Patchwork.InvalidTypeException notes that an invalid type has been given to the PatchworkModel system

Version:
$Id: PatchworkModel.java,v 1.11 2003/02/05 22:49:38 hling Exp $
Author:
Jeremy Stribling
See Also:
Serialized Form

Constructor Summary
PatchworkModel.InvalidTypeException(String s)
           
 
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

PatchworkModel.InvalidTypeException

public PatchworkModel.InvalidTypeException(String s)