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 ByteSourceAnalysationException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jmt.codebase.AnalysationException
|
+--jmt.codebase.bytesource.ByteSourceAnalysationException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CorruptClassResourceException
- public class ByteSourceAnalysationException
- extends AnalysationException
Indicates that a byte source analysation exception or error occured and is
thrown by the byte source analysation facility.
- 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 |
ByteSourceAnalysationException
public ByteSourceAnalysationException(Resource resource,
java.lang.String message)
- Constructs the instance.
- Parameters:
resource - The resource the exception is linked withmessage - The message describing the reason of the exception