Weaver 3.1.0a1-D1

com.oldlight.weaver.apploader
Class WeaverParseException

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.apploader.WeaverParseException
All Implemented Interfaces:
Serializable

public class WeaverParseException
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
WeaverParseException(WeaverFileLocation location, String message)
           
WeaverParseException(WeaverFileLocation location, String message, Throwable cause)
           
WeaverParseException(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

WeaverParseException

public WeaverParseException(WeaverFileLocation location,
                            String message)

WeaverParseException

public WeaverParseException(WeaverFileLocation location,
                            Throwable cause)

WeaverParseException

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

Copyright ©Paul Harvey