All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class hpjava.compiler.util.NotCompleteException

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Exception
                    |
                    +----hpjava.compiler.util.NotCompleteException

public class NotCompleteException
extends Exception

Constructor Index

 o NotCompleteException(String)
 o NotCompleteException(String, int)

Method Index

 o getMessage()

Constructors

 o NotCompleteException
public NotCompleteException(String s)
 o NotCompleteException
public NotCompleteException(String s,
                            int number)

Methods

 o getMessage
public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index