|
SMILA API documentation | ||||||||
| 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
org.eclipse.smila.datamodel.InvalidValueTypeException
public class InvalidValueTypeException
A runtime exception that will be thrown if the value types of the Any objects do not match the expected types.
| Constructor Summary | |
|---|---|
InvalidValueTypeException(java.lang.Class<?> unsupportedType)
Instantiates a new invalid value type exception. |
|
InvalidValueTypeException(java.lang.String message)
Creates an InvalidValueTypeException with the given message. |
|
InvalidValueTypeException(java.lang.String message,
java.lang.Class<?> unsupportedType)
Instantiates a new invalid value type exception. |
|
InvalidValueTypeException(java.lang.String message,
java.lang.Exception e)
|
|
| Method Summary | |
|---|---|
java.lang.Class<?> |
getUnsupportedType()
Gets the unsupported type. |
| 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 InvalidValueTypeException(java.lang.String message)
message - The message for the user.
public InvalidValueTypeException(java.lang.String message,
java.lang.Class<?> unsupportedType)
message - the messageunsupportedType - the unsupported typepublic InvalidValueTypeException(java.lang.Class<?> unsupportedType)
unsupportedType - the unsupported type
public InvalidValueTypeException(java.lang.String message,
java.lang.Exception e)
format - e - | Method Detail |
|---|
public java.lang.Class<?> getUnsupportedType()
|
SMILA API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||