net.stickycode.coercion
Class UnknownPrimitiveTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.stickycode.exception.PermanentException
net.stickycode.coercion.UnknownPrimitiveTypeException
- All Implemented Interfaces:
- Serializable
public class UnknownPrimitiveTypeException
- extends net.stickycode.exception.PermanentException
Really it should never happen that an unknown primitive type is encountered but just
in case heres a really nice description of the problem.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownPrimitiveTypeException
public UnknownPrimitiveTypeException(Class<?> componentType)
Copyright © 2003-2011 RedEngine Ltd. All Rights Reserved.