Package it.polito.appeal.traci
Class TraCIException.UnexpectedDatatype
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- it.polito.appeal.traci.TraCIException
-
- it.polito.appeal.traci.TraCIException.UnexpectedData
-
- it.polito.appeal.traci.TraCIException.UnexpectedDatatype
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- TraCIException
public static class TraCIException.UnexpectedDatatype extends TraCIException.UnexpectedData
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class it.polito.appeal.traci.TraCIException
TraCIException.UnexpectedData, TraCIException.UnexpectedDatatype, TraCIException.UnexpectedResponse
-
-
Constructor Summary
Constructors Constructor Description UnexpectedDatatype(int expected, int got)
-