public class IncompleteDeclarationException extends Exception
This exception is thrown when class declared by annotations as either view or controller can not be registered due to incomplete information.
For example, class annotated with @DMXControllerDeclaration
must contain a
method annotated with @DMXControllerDeclaration.Exec
. If it is not present, this
exception is thrown.
Constructor and Description |
---|
IncompleteDeclarationException(String message)
Creates new instance of exception with a given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IncompleteDeclarationException(String message)
message
- exception messageCopyright © 2012-2014 Vektor Software. All Rights Reserved.