Weaver 3.1.0a1-D1

com.oldlight.weaver.interpreter
Class WeaverExecutionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oldlight.weaver.WeaverException
              extended bycom.oldlight.weaver.WeaverLocatedException
                  extended bycom.oldlight.weaver.interpreter.WeaverExecutionException
All Implemented Interfaces:
Serializable

public class WeaverExecutionException
extends WeaverLocatedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.oldlight.weaver.WeaverLocatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WeaverExecutionException(WeaverFileLocation location, String message)
           
WeaverExecutionException(WeaverFileLocation location, String message, Throwable cause)
           
WeaverExecutionException(WeaverFileLocation location, Throwable cause)
           
 
Methods inherited from class com.oldlight.weaver.WeaverLocatedException
getLocation
 
Methods inherited from class com.oldlight.weaver.WeaverException
getStackTraceAsString
 
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

WeaverExecutionException

public WeaverExecutionException(WeaverFileLocation location,
                                String message)

WeaverExecutionException

public WeaverExecutionException(WeaverFileLocation location,
                                Throwable cause)

WeaverExecutionException

public WeaverExecutionException(WeaverFileLocation location,
                                String message,
                                Throwable cause)

Copyright ©Paul Harvey