Package team.unnamed.mocha.runtime
Class TypeCastException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
team.unnamed.mocha.runtime.TypeCastException
- All Implemented Interfaces:
Serializable
Thrown to indicate that the code has attempted to cast a type
to another type, and they were not compatible.
- 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
-
TypeCastException
public TypeCastException() -
TypeCastException
-