|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
vooga.levelEditor.model.ImproperlyAnnotatedClassException
public class ImproperlyAnnotatedClassException
Thrown when we detect that one or more of a game's classes have not annotated themselves properly.
Constructor Summary | |
---|---|
ImproperlyAnnotatedClassException(java.lang.Class<?> gameClass)
Constructs a new exception with no message. |
|
ImproperlyAnnotatedClassException(java.lang.String message,
java.lang.Class<?> gameClass)
Constructs a new exception with the given message. |
Method Summary | |
---|---|
java.lang.Class<?> |
getErringClass()
Returns the improperly annotated class. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImproperlyAnnotatedClassException(java.lang.Class<?> gameClass)
gameClass
- The class that has been improperly annotated.public ImproperlyAnnotatedClassException(java.lang.String message, java.lang.Class<?> gameClass)
gameClass
- The class that has been improperly annotated.Method Detail |
---|
public java.lang.Class<?> getErringClass()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |