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
This exception is thrown when Cult3D Viewer cannot find a resource with a given name.
Resources can be anything such a loaded resourece, Node, Texture etc.
- Since:
- Cult3D 4.0
- 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 |
NameNotFoundException
public NameNotFoundException()
- Constructs a NameNotFoundException with no detail message.
- Since:
- Cult3D 4.0
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.
- Since:
- Cult3D 4.0