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.bytesource
Class CorruptConstantPoolException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jmt.codebase.AnalysationException
                    |
                    +--jmt.codebase.bytesource.ByteSourceAnalysationException
                          |
                          +--jmt.codebase.bytesource.CorruptClassResourceException
                                |
                                +--jmt.codebase.bytesource.CorruptConstantPoolException
All Implemented Interfaces:
java.io.Serializable

public class CorruptConstantPoolException
extends CorruptClassResourceException

Indicates that the constant pool of a resource seams to be corrupt.

Author:
Martin Kersten
See Also:
Serialized Form

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

CorruptConstantPoolException

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

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