Class EnumNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.nps.moves.dis7.pdus.EnumNotFoundException
- All Implemented Interfaces:
Serializable
EnumNotFoundException indicates that the enumeration of interest was not found
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnumNotFoundException
Constructor- Parameters:
s
- exception information of interest
-