public class ClassFileFormatException
extends java.lang.Exception
Constructor and Description |
---|
ClassFileFormatException()
Constructs a
ClassFileFormatException with no specified detail message. |
ClassFileFormatException(java.lang.String s)
Constructs a
ClassFileFormatException with the specified detail message. |
public ClassFileFormatException()
ClassFileFormatException
with no specified detail message.public ClassFileFormatException(java.lang.String s)
ClassFileFormatException
with the specified detail message.s
- the detail message.Copyright ? 2000-2003 Clarity Systems Group, LLC. All Rights Reserved.