org.makumba
Class NoSuchLabelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.makumba.NoSuchLabelException
All Implemented Interfaces:
Serializable

public class NoSuchLabelException
extends RuntimeException

* This exception occurs when a label is used, but does not exist. This is a programmer error, it should be fixed, not caught,

Version:
$Id: NoSuchLabelException.java 3694 2009-02-11 00:41:05Z rosso_nero $
Author:
Rudolf Mayer
See Also:
Serialized Form

Constructor Summary
NoSuchLabelException(String message)
           
 
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

NoSuchLabelException

public NoSuchLabelException(String message)