|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.steptools.stdev.STDevRuntimeException
com.steptools.stdev.TypeException
com.steptools.stdev.EntityCastException
public class EntityCastException
Thrown when there an attempt is made to use the castTo method to a type that is not a type of the instance.
| Constructor Summary | |
|---|---|
EntityCastException(EntityDomain s,
Domain t)
|
|
| Method Summary | |
|---|---|
EntityDomain |
getSource()
|
Domain |
getTarget()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EntityCastException(EntityDomain s,
Domain t)
| Method Detail |
|---|
public EntityDomain getSource()
public Domain getTarget()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||