com.cult3d.world
Class NameNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.cult3d.world.NameNotFoundException

public class NameNotFoundException
extends java.lang.RuntimeException

Signals that Cult3D could'nt find a name provided.

See Also:
Serialized Form

Constructor Summary
NameNotFoundException()
          Constructs a NameNotFoundException with no detail message.
NameNotFoundException(java.lang.String s)
          Constructs a NameNotFoundException with the detail specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameNotFoundException

public NameNotFoundException()
Constructs a NameNotFoundException with no detail message.

NameNotFoundException

public NameNotFoundException(java.lang.String s)
Constructs a NameNotFoundException with the detail specified detail message. A detail message is a String that describes this particular exception.