scriptella.core
Class ExceptionInterceptor.ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
                  extended by scriptella.core.ExceptionInterceptor.ExecutionException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ExceptionInterceptor

public static class ExceptionInterceptor.ExecutionException
extends SystemException

See Also:
Serialized Form

Constructor Summary
ExceptionInterceptor.ExecutionException(java.lang.String message, java.lang.Throwable cause, Location location)
           
ExceptionInterceptor.ExecutionException(java.lang.Throwable cause, Location location)
           
 
Method Summary
 Location getLocation()
           
 
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

ExceptionInterceptor.ExecutionException

public ExceptionInterceptor.ExecutionException(java.lang.Throwable cause,
                                               Location location)

ExceptionInterceptor.ExecutionException

public ExceptionInterceptor.ExecutionException(java.lang.String message,
                                               java.lang.Throwable cause,
                                               Location location)
Method Detail

getLocation

public Location getLocation()
Returns:
Failed element location.


Copyright © Copyright 2006-2009 The Scriptella Project Team.