Weaver 3.1.0a1-D1

com.oldlight.weaver
Class WeaverLocatedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.oldlight.weaver.WeaverException
              extended bycom.oldlight.weaver.WeaverLocatedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WeaverExecutionException, WeaverParseException

public class WeaverLocatedException
extends WeaverException

See Also:
Serialized Form

Field Summary
private  WeaverFileLocation location
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
WeaverLocatedException(WeaverFileLocation location, String message)
           
WeaverLocatedException(WeaverFileLocation location, String message, Throwable cause)
           
WeaverLocatedException(WeaverFileLocation location, Throwable cause)
           
 
Method Summary
 WeaverFileLocation getLocation()
           
private static String getMessage(WeaverFileLocation location)
           
 
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
 

Field Detail

location

private WeaverFileLocation location
Constructor Detail

WeaverLocatedException

public WeaverLocatedException(WeaverFileLocation location,
                              String message)

WeaverLocatedException

public WeaverLocatedException(WeaverFileLocation location,
                              Throwable cause)

WeaverLocatedException

public WeaverLocatedException(WeaverFileLocation location,
                              String message,
                              Throwable cause)
Method Detail

getMessage

private static String getMessage(WeaverFileLocation location)

getLocation

public WeaverFileLocation getLocation()

Copyright ©Paul Harvey