public class InvalidValue extends Object implements Externalizable
| Constructor and Description |
|---|
InvalidValue(Object rootBean,
Object bean,
String path,
Object value,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
Class<?> |
getBeanClass() |
String |
getMessage() |
String |
getPath() |
Object |
getRootBean() |
Object |
getValue() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public Object getRootBean()
public Class<?> getBeanClass()
public String getMessage()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException