public class Invalidity extends Object
| Constructor and Description |
|---|
Invalidity(Object invalidObject,
String reason) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getInvalidObject()
The invalid object itself.
|
String |
getReason()
A human readable description, why the
getInvalidObject() is
invalid. |
int |
hashCode() |
String |
toString() |
public String getReason()
getInvalidObject() is
invalid.public Object getInvalidObject()
Copyright © 2009–2020 Humboldt-Universität zu Berlin, INRIA. All rights reserved.