org.melati.poem
Class DisplayLevel.NameUnrecognisedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.DisplayLevel.NameUnrecognisedException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DisplayLevel
public static class DisplayLevel.NameUnrecognisedException
- extends PoemException
Thrown when a DisplayLevel
which doesn't exist is referenced,
by misspelling for example.
- See Also:
- Serialized Form
Field Summary |
String |
name
The name we did not recognise. |
name
public String name
- The name we did not recognise.
DisplayLevel.NameUnrecognisedException
public DisplayLevel.NameUnrecognisedException(String name)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
PoemException
- The detail message which may be null.
- Overrides:
getMessage
in class PoemException
- Returns:
- The detail message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.