noope.core
Class LawNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--noope.core.LawNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class LawNotFoundException
extends java.lang.Exception

This is raised by Laws.getLaw(String LawName) when it can't find the specified Law

Version:
25-Mar-2001
Author:
James Kermode
See Also:
Laws.getLaw(String), Serialized Form

Constructor Summary
LawNotFoundException()
           
 
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

LawNotFoundException

public LawNotFoundException()