Login | Register
My pages Projects Community openCollabNet

The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours. Further details in the announcement


jmt.codebase.javasource
Class JavaResourceParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jmt.codebase.AnalysationException
                    |
                    +--jmt.codebase.javasource.JavaResourceAnalysationException
                          |
                          +--jmt.codebase.javasource.JavaResourceParseException
All Implemented Interfaces:
java.io.Serializable

public class JavaResourceParseException
extends JavaResourceAnalysationException

Indicates an Exception while parsing a source based on a resource.

Author:
Martin Kersten
See Also:
Serialized Form

Constructor Summary
JavaResourceParseException(Resource resource, java.lang.String message)
          Constructs the instance.
 
Methods inherited from class jmt.codebase.AnalysationException
getResource, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JavaResourceParseException

public JavaResourceParseException(Resource resource,
                                  java.lang.String message)
Constructs the instance.

Parameters:
resource - The resource of the java source
message - The message string describing the reason of the exception