Class dnx.lr.VRMLSyntaxException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.lr.VRMLSyntaxException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----dnx.lr.VRMLSyntaxException

public class VRMLSyntaxException
extends Exception

Variable Index

 o lineno

Constructor Index

 o VRMLSyntaxException(String)
 o VRMLSyntaxException(String, int)

Method Index

 o getMessage()

Variables

 o lineno
  public int lineno

Constructors

 o VRMLSyntaxException
  public VRMLSyntaxException(String s)
 o VRMLSyntaxException
  public VRMLSyntaxException(String s,
                             int line)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index