All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pnuts.lang.PnutsException

pnuts.lang.PnutsException

public class PnutsException
This is a wrapper class for Exception to be thrown.


Variable Index

 o file
 o line
 o trace

Constructor Index

 o PnutsException()
 o PnutsException(String)
 o PnutsException(String, Context)
 o PnutsException(Throwable)

Method Index

 o getThrowable()
 o toString()

Variables

 o line
 protected int line
 o file
 protected String file
 o trace
 protected Vector trace

Constructors

 o PnutsException
 public PnutsException()
 o PnutsException
 public PnutsException(String msg)
 o PnutsException
 public PnutsException(String msg,
                       Context context)
 o PnutsException
 public PnutsException(Throwable t)

Methods

 o getThrowable
 public Throwable getThrowable()
 o toString
 public String toString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index