edu.rit.classfile
Class OutOfRangeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.rit.classfile.ClassfileException
              extended by 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

Constructor Summary
OutOfRangeException()
          Construct a new out of range exception with no detail message.
OutOfRangeException(String msg)
          Construct a new out of range exception with the given detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.