ie.omk.smpp.message.tlv
Class BadValueTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ie.omk.smpp.message.tlv.BadValueTypeException
- All Implemented Interfaces:
- Serializable
public class BadValueTypeException
- extends RuntimeException
Attempt to set a value on a tag that expects a Java type other than that
used. This exception gets thrown if an attempt is made, for instance, to set
a java.lang.String
value on a Tag that is defined as an
integer.
- Version:
- $Id: BadValueTypeException.java 258 2006-03-09 11:37:09Z orank $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadValueTypeException
public BadValueTypeException()
- Create a new BadValueTypeException.
BadValueTypeException
public BadValueTypeException(String msg)
- Create a new BadValueTypeException.
- Parameters:
msg
- Exception message.
Copyright © 2011 smppapi at Sourceforge. All Rights Reserved.