com.threerings.editor
Class InvalidPathsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.threerings.editor.InvalidPathsException
All Implemented Interfaces:
Serializable

public class InvalidPathsException
extends Exception

Thrown to indicate that none of the paths provided to PathProperty are valid.

See Also:
Serialized Form

Constructor Summary
InvalidPathsException(String message)
          Creates a new exception with the supplied message.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPathsException

public InvalidPathsException(String message)
Creates a new exception with the supplied message.



Copyright © 2011. All Rights Reserved.