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:
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(String what, Object expected, Object got)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-