mwalk Platform 0.3.0

mwalk.util
Class VisitException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--mwalk.util.AbstractException
                    |
                    +--mwalk.util.VisitException

public class VisitException
extends AbstractException

Exception that indicates a failure during tree walking.

Version:
1.0
Author:
Robert Chalmers
See Also:
Serialized Form

Field Summary
private static java.lang.String LEAD
          exception description preface
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
VisitException()
          Default constructor.
VisitException(java.lang.String s)
          Constructor.
VisitException(java.lang.String desc, java.lang.Throwable off)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

LEAD

private static final java.lang.String LEAD
exception description preface
Constructor Detail

VisitException

public VisitException()
Default constructor.

VisitException

public VisitException(java.lang.String s)
Constructor.
Parameters:
String - exception description

VisitException

public VisitException(java.lang.String desc,
                      java.lang.Throwable off)
Constructor.
Parameters:
String - exception description
Throwable - offending exception

mwalk Platform 0.3.0

Submit a bug or feature mwalk Platform API Specification 0.3.0
Sensitivity: {Public:Research}
Copyright(c) 2000, Robert Chalmers