com.steptools.stdev
Class EntityCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.ClassCastException
com.steptools.stdev.TypeException
com.steptools.stdev.EntityCastException
- All Implemented Interfaces:
- Serializable
public class EntityCastException
- extends TypeException
Thrown when there an attempt is made to use the castTo method to a type
that is not a type of the instance.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EntityCastException
public EntityCastException(EntityDomain s,
Domain t)
getSource
public EntityDomain getSource()
getTarget
public Domain getTarget()