evolution.resources
Class NoSuchResourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--evolution.resources.NoSuchResourceException

public class NoSuchResourceException
extends Exception

A class of NoSuchResourceExceptions.


Constructor Summary
NoSuchResourceException()
          Create new NoSuchResourceException.
NoSuchResourceException(String msg)
          Create new NoSuchResourceException with given message.

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

NoSuchResourceException

public NoSuchResourceException()
Create new NoSuchResourceException.

NoSuchResourceException

public NoSuchResourceException(String msg)
Create new NoSuchResourceException with given message.

a gvijf production