Class jada.JadaFormatException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jada.JadaFormatException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jada.JadaException
                                   |
                                   +----jada.JadaFormatException

public class JadaFormatException
extends JadaException
Signals that a condition error has occured while parsing a string to build a new object.

Constructor Index

 o JadaFormatException()
 o JadaFormatException(String)

Constructors

 o JadaFormatException
  public JadaFormatException()
 o JadaFormatException
  public JadaFormatException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index