org.norther.tammi.core.rt
Class ShadowValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.norther.tammi.core.rt.ShadowValueException
- All Implemented Interfaces:
- Serializable
public class ShadowValueException
- extends IllegalArgumentException
An exception for shadow value arguments.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShadowValueException
public ShadowValueException()
- Constructs a new exception.
ShadowValueException
public ShadowValueException(String s)
- Constructs a new exception with a message string.
- Parameters:
s - the message string.
Copyright © 2004 The Norther Organization. All rights reserved.