Package it.polito.appeal.traci
Class TraCIException.UnexpectedData
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- it.polito.appeal.traci.TraCIException
-
- it.polito.appeal.traci.TraCIException.UnexpectedData
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
TraCIException.UnexpectedDatatype
,TraCIException.UnexpectedResponse
- Enclosing class:
- TraCIException
public static class TraCIException.UnexpectedData extends TraCIException
- 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 UnexpectedData(java.lang.String what, java.lang.Object expected, java.lang.Object got)
-