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 CorruptClassResourceException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jmt.codebase.AnalysationException
|
+--jmt.codebase.bytesource.ByteSourceAnalysationException
|
+--jmt.codebase.bytesource.CorruptClassResourceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CorruptConstantPoolException
- public class CorruptClassResourceException
- extends ByteSourceAnalysationException
Indicates that the class resource seams to be corrupt and could not
be analysed correctly.
- Author:
- Martin Kersten
- See Also:
- Serialized Form
| 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 |
CorruptClassResourceException
public CorruptClassResourceException(Resource resource,
java.lang.String message)
- Constructs the instance.
- Parameters:
resource - Resource the resource of the exceptionmessage - String the message of the exception