net.sf.saffron.runtime
Class SaffronError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--net.sf.saffron.runtime.SaffronError
All Implemented Interfaces:
Serializable

public class SaffronError
extends Error

SaffronError indicates a runtime error within Saffron library code or generated code.

Since:
12 November, 2001
Version:
$Id: //open/saffron/src/net/sf/saffron/runtime/SaffronError.java#2 $
Author:
jhyde
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Error
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SaffronError()
           
SaffronError(String s)
           
SaffronError(Throwable e)
           
SaffronError(Throwable e, String s)
           
 
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

SaffronError

public SaffronError()

SaffronError

public SaffronError(String s)

SaffronError

public SaffronError(Throwable e)

SaffronError

public SaffronError(Throwable e,
                    String s)

SourceForge.net_Logo