com.vii.brillien.kernel.axiom.component
Interface Validable


public interface Validable

This interface must be implemented to all custom data types whose instances should be validated during a communication.


Method Summary
 void checkValidity()
          Checks the validity of a type's instance.
 

Method Detail

checkValidity

void checkValidity()
                   throws BrillienException
Checks the validity of a type's instance. Must throw a BrillienException in case of inconvenient content.

Throws:
BrillienException


Copyright © 2012. All Rights Reserved.