wyvern.lib
Class Bag.InvalidItemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywyvern.lib.Bag.InvalidItemException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Bag

public static class Bag.InvalidItemException
extends java.lang.RuntimeException

Thrown when someone tries to put an item in the bag that isn't appropriate for this bag, as defined by the bag's filter() method.

See Also:
Serialized Form

Constructor Summary
Bag.InvalidItemException(java.lang.String msg)
           
 
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

Bag.InvalidItemException

public Bag.InvalidItemException(java.lang.String msg)