|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
MLNExceptions.DifferentTypesException
public class DifferentTypesException
Constructor Summary | |
---|---|
DifferentTypesException()
Creates a new instance of DifferentTypesException without detail message. |
|
DifferentTypesException(java.lang.String msg)
Constructs an instance of DifferentTypesException with the specified detail message. |
|
DifferentTypesException(Type badType,
Rel relation,
java.lang.String variable)
|
Method Summary | |
---|---|
Type |
getBadType()
|
Rel |
getRelation()
|
java.lang.String |
getVariable()
|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DifferentTypesException()
DifferentTypesException
without detail message.
public DifferentTypesException(Type badType, Rel relation, java.lang.String variable)
public DifferentTypesException(java.lang.String msg)
DifferentTypesException
with the specified detail message.
msg
- the detail message.Method Detail |
---|
public Type getBadType()
public Rel getRelation()
public java.lang.String getVariable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |