org.norther.tammi.core.rt
Class ValueOutOfBoundsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.norther.tammi.core.converter.RuntimeConversionException
org.norther.tammi.core.rt.ValueOutOfBoundsException
- All Implemented Interfaces:
- Serializable
public class ValueOutOfBoundsException
- extends RuntimeConversionException
An exception for converted values exceeding bounds.
- Version:
- $Id: ValueOutOfBoundsException.java,v 1.2 2009/09/28 15:08:45 cvsimp Exp $
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
ValueOutOfBoundsException
public ValueOutOfBoundsException()
- Constructs a new exception.
ValueOutOfBoundsException
public ValueOutOfBoundsException(String s)
- Constructs a new exception with a message string.
- Parameters:
s
- the message string.
Copyright © 2004 The Norther Organization. All rights reserved.