jeops.expressions
Class NoSuchClassException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jeops.expressions.NoSuchClassException

public class NoSuchClassException
extends java.lang.Exception

This class models an exception that might be thrown when a reference to an inexistent class was attempted.

Version:
0.02 28 Jun 1999 First version with comments in English.
Author:
Carlos Figueira Filho (csff@di.ufpe.br)
See Also:
Serialized Form

Constructor Summary
NoSuchClassException()
          Class constructor.
NoSuchClassException(java.lang.String s)
          Class constructor, given a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchClassException

public NoSuchClassException()
Class constructor.

NoSuchClassException

public NoSuchClassException(java.lang.String s)
Class constructor, given a detail message.
Parameters:
s - the message that explains why this exception happened.