com.oldlight.weaver
Class WeaverLocatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.oldlight.weaver.WeaverException
com.oldlight.weaver.WeaverLocatedException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- WeaverExecutionException, WeaverParseException
- public class WeaverLocatedException
- extends WeaverException
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
location
private WeaverFileLocation location
WeaverLocatedException
public WeaverLocatedException(WeaverFileLocation location,
String message)
WeaverLocatedException
public WeaverLocatedException(WeaverFileLocation location,
Throwable cause)
WeaverLocatedException
public WeaverLocatedException(WeaverFileLocation location,
String message,
Throwable cause)
getMessage
private static String getMessage(WeaverFileLocation location)
getLocation
public WeaverFileLocation getLocation()