Package org.robovm.rt.bro
Class EnumConstantMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.robovm.rt.bro.EnumConstantMissingException
- All Implemented Interfaces:
Serializable
public class EnumConstantMissingException extends IllegalArgumentException
Exception to be thrown by
ValuedEnum in case it is not able marshal native to enum due
missing value in enum- Author:
- dkimitsa
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description EnumConstantMissingException(long missingValue, String message) -
Method Summary
Modifier and Type Method Description longgetMissingValue()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EnumConstantMissingException
-
-
Method Details
-
getMissingValue
public long getMissingValue()
-