edu.rit.classfile
Class OutOfRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.rit.classfile.ClassfileException
edu.rit.classfile.OutOfRangeException
- All Implemented Interfaces:
- Serializable
public class OutOfRangeException
- extends ClassfileException
Class OutOfRangeException encapsulates the exception thrown when an operand
is outside the allowed range.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OutOfRangeException
public OutOfRangeException()
- Construct a new out of range exception with no detail message.
OutOfRangeException
public OutOfRangeException(String msg)
- Construct a new out of range exception with the given detail
message.
- Parameters:
msg
- Detail message.
Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.