The Mozilla
Organization
At A Glance
Feedback
Get Involved
Newsgroups
License Terms
Newsbot
Developer Docs
Roadmap
Projects
Ports
Module Owners
Hacking
Get the Source
Build It
Testing
Download
Bugzilla
Bug Writing
Tools
View Source
Tree Status
New Checkins
Submit A Bug
FAQ
Search
: Class RangeException

org.mozilla.util
Class RangeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.mozilla.util.RangeException

public class RangeException
extends java.lang.RuntimeException

An RangeException is an exception that is thrown when a value is outside of its acceptable range.

See Also:
Serialized Form

Constructor Summary
RangeException()
          Constructs an exception with no error string.
RangeException(java.lang.String message)
          Constructs an exception with an error string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeException

public RangeException()
Constructs an exception with no error string.

RangeException

public RangeException(java.lang.String message)
Constructs an exception with an error string.
Parameters:
message - A message that will hopefully tell someone about the cause of this exception.


Copyright © 1998-2000 The Mozilla Organization.
Last modified July 30, 1999.