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 JavaResourceAnalysationException

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

public class JavaResourceAnalysationException
extends AnalysationException

Indicates an error while analysing a java source.

Author:
Martin Kersten
See Also:
Serialized Form

Constructor Summary
JavaResourceAnalysationException(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

JavaResourceAnalysationException

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

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