org.norther.tammi.core.rt
Class ShadowValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.norther.tammi.core.rt.ShadowValueException
All Implemented Interfaces:
Serializable

public class ShadowValueException
extends IllegalArgumentException

An exception for shadow value arguments.

Version:
$Id: ShadowValueException.java,v 1.6 2009/09/28 15:08:45 cvsimp Exp $
Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
ShadowValueException()
          Constructs a new exception.
ShadowValueException(String s)
          Constructs a new exception with a message string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.