com.oakgrovesystems.reactor
Class LabelPathFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.oakgrovesystems.reactor.LabelPathFormatException
All Implemented Interfaces:
java.io.Serializable

public class LabelPathFormatException
extends java.lang.Exception

Thrown to indicate that the string version of a LabelPath could not be parsed.

See Also:
Serialized Form

Constructor Summary
LabelPathFormatException()
           
LabelPathFormatException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LabelPathFormatException

public LabelPathFormatException()

LabelPathFormatException

public LabelPathFormatException(java.lang.String message)


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.