Serialized Form


Package org.nodal.model

Class org.nodal.model.InvalidOperator extends java.lang.Exception implements Serializable


Package org.nodal.nav

Class org.nodal.nav.Path.Failure extends java.lang.Exception implements Serializable


Package org.nodal.type

Class org.nodal.type.Restriction.CreationFailure extends java.lang.Exception implements Serializable


Package org.nodal.util

Class org.nodal.util.ConstraintFailure extends java.lang.Exception implements Serializable

Class org.nodal.util.IndexBoundsException extends PropertyConstraintFailure implements Serializable

Serialized Fields

index

int index

min

int min

max

int max

Class org.nodal.util.PropertyConstraintFailure extends java.lang.RuntimeException implements Serializable

Class org.nodal.util.PropertyTypeMismatch extends PropertyConstraintFailure implements Serializable

Serialized Fields

property

java.lang.Object property

propertyType

Type propertyType

Class org.nodal.util.TypeConstraintFailure extends ConstraintFailure implements Serializable

Serialized Fields

obj

java.lang.Object obj

type

Type type