orc.error.runtime
Class SiteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by orc.error.OrcException
              extended by orc.error.runtime.ExecutionException
                  extended by orc.error.runtime.TokenException
                      extended by orc.error.runtime.SiteException
All Implemented Interfaces:
java.io.Serializable, Locatable, Located
Direct Known Subclasses:
JavaException

public class SiteException
extends TokenException

Any exception occurring in a well-formed, well-typed site call. These are semantic exceptions from within the site computation itself.

Author:
dkitchin
See Also:
Serialized Form

Constructor Summary
SiteException(java.lang.String message)
           
SiteException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class orc.error.runtime.TokenException
getBacktrace, getSourceLocation, setBacktrace, setSourceLocation, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SiteException

public SiteException(java.lang.String message)

SiteException

public SiteException(java.lang.String message,
                     java.lang.Throwable cause)