public interface Status
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage()
Gets the unbound message if any.
|
java.lang.Throwable |
getThrowable()
Gets the unbound error if any.
|
boolean |
isBound()
Is the declaration fulfilled ?
|
boolean isBound()
java.lang.String getMessage()
null
if no message.java.lang.Throwable getThrowable()
null
if no error were set.Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.