VASSAL.tools
Class ComponentPathBuilder.PathFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--VASSAL.tools.ComponentPathBuilder.PathFormatException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ComponentPathBuilder

public static class ComponentPathBuilder.PathFormatException
extends java.lang.Exception

See Also:
Serialized Form

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

Constructor Detail

ComponentPathBuilder.PathFormatException

public ComponentPathBuilder.PathFormatException(java.lang.String message)