wyvern.lib
Class Bag.FullBagException

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

public static class Bag.FullBagException
extends java.lang.Exception

This exception is thrown when someone tries to put something in a bag that can't hold any more items.

See Also:
Serialized Form

Constructor Summary
Bag.FullBagException()
          Constructs a new FullBagException with no error message.
Bag.FullBagException(java.lang.String msg)
          Constructs a new FullBagException with the specified message.
 
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.FullBagException

public Bag.FullBagException()
Constructs a new FullBagException with no error message.


Bag.FullBagException

public Bag.FullBagException(java.lang.String msg)
Constructs a new FullBagException with the specified message.